Plan of Action

  • load the lyrics into a Data Frame. Every couplet will be in a line. [ { 'couplet': """You don't know what's in store But you know what you're here for""", 'song': 'High For This', 'artist': 'The Weeknd', 'URL': 'http://www.azlyrics.com/lyrics/weeknd/highforthis.html'}, {'couplet': """Close your eyes Lay yourself beside me""", 'song': 'High For This', 'artist': 'The Weeknd', 'URL': 'http://www.azlyrics.com/lyrics/weeknd/highforthis.html'}, ... }

  • Analyze the most common nouns, verbs, adjectives, etc. and use them to make a few templates

  • Randomize which template you choose and what it will be filled in with

Step 1: Get the Lyrics


In [4]:
from bs4 import BeautifulSoup

In [5]:
from urllib.request import urlopen
html_str = urlopen ('http://www.azlyrics.com/d/drake.html').read()
document = BeautifulSoup(html_str, 'html.parser')

I want to find all of the <div id="listAlbum"> and then all of the <a href> links inside of them


In [6]:
albums = document.find('div', {'id': 'listAlbum'})

In [7]:
albums


Out[7]:
<div id="listAlbum">
<a id="8813"></a><div class="album">mixtape: <b>"Room For Improvement"</b> (2006)<span>  <a href="http://www.amazon.com/gp/search?ie=UTF8&amp;keywords=DRAKE+Room+For+Improvement&amp;tag=azlyricsunive-20&amp;index=music&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" rel="external"><img alt="buy this CD or download MP3s at amazon.com!" height="18" src="http://images.azlyrics.com/amn.png" width="30"/></a></span></div>
<a href="../lyrics/drake/intro.html" target="_blank">Intro</a><br>
<a href="../lyrics/drake/special.html" target="_blank">Special</a><br>
<a href="../lyrics/drake/dowhatyoudo.html" target="_blank">Do What You Do</a><br>
<a href="../lyrics/drake/moneyremix.html" target="_blank">Money (Remix)</a><br>
<a href="../lyrics/drake/am2pm.html" target="_blank">A.M. 2 P.M.</a><br>
<a href="../lyrics/drake/cityismine.html" target="_blank">City Is Mine</a><br>
<a href="../lyrics/drake/badmeaningood.html" target="_blank">Bad Meanin' Good</a><br>
<a href="../lyrics/drake/thrillisgone.html" target="_blank">Thrill Is Gone</a><br>
<a href="../lyrics/drake/makethingsright.html" target="_blank">Make Things Right</a><br>
<a href="../lyrics/drake/videogirl.html" target="_blank">Video Girl</a><br>
<a href="../lyrics/drake/comewinter.html" target="_blank">Come Winter</a><br>
<a href="../lyrics/drake/extraspecial.html" target="_blank">Extra Special</a><br>
<a href="../lyrics/drake/aboutthegameremix.html" target="_blank">About The Game (Remix)</a><br>
<a href="../lyrics/drake/allthislove.html" target="_blank">All This Love</a><br>
<a href="../lyrics/drake/ascorpiosmind.html" target="_blank">A Scorpio's Mind</a><br>
<a href="../lyrics/drake/stress.html" target="_blank">S.T.R.E.S.S.</a><br>
<a href="../lyrics/drake/tryharder.html" target="_blank">Try Harder</a><br>
<a href="../lyrics/drake/kickpushremix.html" target="_blank">Kick, Push (Remix)</a><br>
<a id="7990"></a><div class="album">mixtape: <b>"Comeback Season"</b> (2007)<span>  <a href="http://www.amazon.com/gp/search?ie=UTF8&amp;keywords=DRAKE+Comeback+Season&amp;tag=azlyricsunive-20&amp;index=music&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" rel="external"><img alt="buy this CD or download MP3s at amazon.com!" height="18" src="http://images.azlyrics.com/amn.png" width="30"/></a></span></div>
<a href="../lyrics/drake/thepresentation.html" target="_blank">The Presentation</a><br>
<a href="../lyrics/drake/comebackseason.html" target="_blank">Comeback Season</a><br>
<a href="../lyrics/drake/closer.html" target="_blank">Closer</a><br>
<a href="../lyrics/drake/replacementgirl.html" target="_blank">Replacement Girl</a><br>
<a href="../lyrics/drake/cityismine.html" target="_blank">City Is Mine</a><br>
<a href="../lyrics/drake/barrybondsfreestyle.html" target="_blank">Barry Bonds Freestyle</a><br>
<a href="../lyrics/drake/goinginforlife.html" target="_blank">Going In For Life</a><br>
<a href="../lyrics/drake/wheretonow.html" target="_blank">Where To Now</a><br>
<a href="../lyrics/drake/share.html" target="_blank">Share</a><br>
<a href="../lyrics/drake/giveya.html" target="_blank">Give Ya</a><br>
<a href="../lyrics/drake/dontyouhaveaman.html" target="_blank">Don't You Have A Man</a><br>
<a href="../lyrics/drake/bitchiscrazy.html" target="_blank">Bitch Is Crazy</a><br>
<a href="../lyrics/drake/thelasthope.html" target="_blank">The Last Hope</a><br>
<a href="../lyrics/drake/musthatemoney.html" target="_blank">Must Hate Money</a><br>
<a href="../lyrics/drake/asthmateam.html" target="_blank">Asthma Team</a><br>
<a href="../lyrics/drake/dowhatudoremix.html" target="_blank">Do What U Do (Remix)</a><br>
<a href="../lyrics/drake/easytoplease.html" target="_blank">Easy To Please</a><br>
<a href="../lyrics/drake/faded.html" target="_blank">Faded</a><br>
<a href="../lyrics/drake/underdog.html" target="_blank">Underdog</a><br>
<a href="../lyrics/drake/thinkgoodthoughts.html" target="_blank">Think Good Thoughts</a><br>
<a href="../lyrics/drake/teachualesson.html" target="_blank">Teach U A Lesson</a><br>
<a href="../lyrics/drake/missinyouremix.html" target="_blank">Missin' You (Remix)</a><br>
<a href="../lyrics/drake/manoftheyearremix.html" target="_blank">Man Of The Year (Remix)</a><br>
<a id="7389"></a><div class="album">mixtape: <b>"So Far Gone"</b> (2009)<span>  <a href="http://www.amazon.com/gp/search?ie=UTF8&amp;keywords=DRAKE+So+Far+Gone&amp;tag=azlyricsunive-20&amp;index=music&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" rel="external"><img alt="buy this CD or download MP3s at amazon.com!" height="18" src="http://images.azlyrics.com/amn.png" width="30"/></a></span></div>
<a href="../lyrics/drake/lustforlife.html" target="_blank">Lust For Life</a><br>
<a href="../lyrics/drake/houstatlantavegas.html" target="_blank">Houstatlantavegas</a><br>
<a href="../lyrics/drake/successful.html" target="_blank">Successful</a><br>
<a href="../lyrics/drake/letscallitoff.html" target="_blank">Let's Call It Off</a><br>
<a href="../lyrics/drake/november18th.html" target="_blank">November 18th</a><br>
<a href="../lyrics/drake/ignorantshit.html" target="_blank">Ignorant Shit</a><br>
<a href="../lyrics/drake/anightoff.html" target="_blank">A Night Off</a><br>
<a href="../lyrics/drake/saywhatsreal.html" target="_blank">Say What's Real</a><br>
<a href="../lyrics/drake/littlebit.html" target="_blank">Little Bit</a><br>
<a href="../lyrics/drake/bestieverhad.html" target="_blank">Best I Ever Had</a><br>
<a href="../lyrics/drake/unstoppable.html" target="_blank">Unstoppable</a><br>
<a href="../lyrics/drake/uptown.html" target="_blank">Uptown</a><br>
<a href="../lyrics/drake/soonerthanlater.html" target="_blank">Sooner Than Later</a><br>
<a href="../lyrics/drake/briasinterlude.html" target="_blank">Bria's Interlude</a><br>
<a href="../lyrics/drake/thecalm.html" target="_blank">The Calm</a><br>
<a href="../lyrics/drake/brandnew.html" target="_blank">Brand New</a><span class="comment">[Bonus Track]</span><br>
<a href="../lyrics/drake/congratulations.html" target="_blank">Congratulations</a><span class="comment">[Bonus Track]</span><br>
<a id="8814"></a><div class="album">EP: <b>"So Far Gone"</b> (2009)<span>  <a href="http://www.amazon.com/gp/search?ie=UTF8&amp;keywords=DRAKE+So+Far+Gone&amp;tag=azlyricsunive-20&amp;index=music&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" rel="external"><img alt="buy this CD or download MP3s at amazon.com!" height="18" src="http://images.azlyrics.com/amn.png" width="30"/></a></span></div>
<a href="../lyrics/drake/houstatlantavegas.html" target="_blank">Houstatlantavegas</a><br>
<a href="../lyrics/drake/successful.html" target="_blank">Successful</a><br>
<a href="../lyrics/drake/bestieverhad.html" target="_blank">Best I Ever Had</a><br>
<a href="../lyrics/drake/uptown.html" target="_blank">Uptown</a><br>
<a href="../lyrics/drake/imgoinin.html" target="_blank">I'm Goin' In</a><br>
<a href="../lyrics/drake/thecalm92599.html" target="_blank">The Calm</a><br>
<a href="../lyrics/drake/fear.html" target="_blank">Fear</a><span class="comment">[from "So Far Gone" EP]</span><br>
<a id="9773"></a><div class="album">album: <b>"Thank Me Later"</b> (2010)<span>  <a href="http://www.amazon.com/gp/search?ie=UTF8&amp;keywords=DRAKE+Thank+Me+Later&amp;tag=azlyricsunive-20&amp;index=music&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" rel="external"><img alt="buy this CD or download MP3s at amazon.com!" height="18" src="http://images.azlyrics.com/amn.png" width="30"/></a></span></div>
<a href="../lyrics/drake/fireworks.html" target="_blank">Fireworks</a><br>
<a href="../lyrics/drake/karaoke.html" target="_blank">Karaoke</a><br>
<a href="../lyrics/drake/theresistance.html" target="_blank">The Resistance</a><br>
<a href="../lyrics/drake/over.html" target="_blank">Over</a><br>
<a href="../lyrics/drake/showmeagoodtime.html" target="_blank">Show Me A Good Time</a><br>
<a href="../lyrics/drake/upallnight.html" target="_blank">Up All Night</a><br>
<a href="../lyrics/drake/fancy.html" target="_blank">Fancy</a><br>
<a href="../lyrics/drake/shutitdown.html" target="_blank">Shut It Down</a><br>
<a href="../lyrics/drake/unforgettable.html" target="_blank">Unforgettable</a><br>
<a href="../lyrics/drake/lightup.html" target="_blank">Light Up</a><br>
<a href="../lyrics/drake/missme.html" target="_blank">Miss Me</a><br>
<a href="../lyrics/drake/cecesinterlude.html" target="_blank">Cece's Interlude</a><br>
<a href="../lyrics/drake/findyourlove.html" target="_blank">Find Your Love</a><br>
<a href="../lyrics/drake/thankmenow.html" target="_blank">Thank Me Now</a><br>
<a id="10122"></a><div class="album">mixtape: <b>"Young Sweet Jones"</b> (2010)<span>  <a href="http://www.amazon.com/gp/search?ie=UTF8&amp;keywords=DRAKE+Young+Sweet+Jones&amp;tag=azlyricsunive-20&amp;index=music&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" rel="external"><img alt="buy this CD or download MP3s at amazon.com!" height="18" src="http://images.azlyrics.com/amn.png" width="30"/></a></span></div>
<a href="../lyrics/drake/messagesfromyou.html" target="_blank">Messages From You</a><br>
<a href="../lyrics/drake/imreadyforyou.html" target="_blank">I'm Ready For You</a><br>
<a href="../lyrics/drake/rightaboveit.html" target="_blank">Right Above It</a><br>
<a href="../lyrics/drake/doitall.html" target="_blank">Do It All</a><br>
<a href="../lyrics/drake/parismortonmusic.html" target="_blank">Paris Morton Music</a><br>
<a href="../lyrics/drake/theresistanceremix.html" target="_blank">The Resistance (Remix)</a><br>
<a href="../lyrics/drake/stillgotit.html" target="_blank">Still Got It</a><br>
<a href="../lyrics/drake/putitdown.html" target="_blank">Put It Down</a><br>
<a href="../lyrics/drake/inmybusiness.html" target="_blank">In My Business</a><br>
<a href="../lyrics/drake/youknowyouknow.html" target="_blank">You Know, You Know</a><br>
<a href="../lyrics/drake/tothefloor.html" target="_blank">To The Floor</a><br>
<a href="../lyrics/drake/greatness.html" target="_blank">Greatness</a><br>
<a id="17004"></a><div class="album">album: <b>"Take Care"</b> (2011)<span>  <a href="http://www.amazon.com/gp/search?ie=UTF8&amp;keywords=DRAKE+Take+Care&amp;tag=azlyricsunive-20&amp;index=music&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" rel="external"><img alt="buy this CD or download MP3s at amazon.com!" height="18" src="http://images.azlyrics.com/amn.png" width="30"/></a></span></div>
<a href="../lyrics/drake/overmydeadbody.html" target="_blank">Over My Dead Body</a><br>
<a href="../lyrics/drake/shotforme.html" target="_blank">Shot For Me</a><br>
<a href="../lyrics/drake/headlines.html" target="_blank">Headlines</a><br>
<a href="../lyrics/drake/crewlove.html" target="_blank">Crew Love</a><br>
<a href="../lyrics/drake/takecare.html" target="_blank">Take Care</a><br>
<a href="../lyrics/drake/marvinsroom.html" target="_blank">Marvin's Room</a><br>
<a href="../lyrics/drake/buriedaliveinterlude.html" target="_blank">Buried Alive (Interlude)</a><br>
<a href="../lyrics/drake/undergroundkings.html" target="_blank">Under Ground Kings</a><br>
<a href="../lyrics/drake/wellbefine.html" target="_blank">We'll Be Fine</a><br>
<a href="../lyrics/drake/makemeproud.html" target="_blank">Make Me Proud</a><br>
<a href="../lyrics/drake/lordknows.html" target="_blank">Lord Knows</a><br>
<a href="../lyrics/drake/cameras.html" target="_blank">Cameras</a><br>
<a href="../lyrics/drake/goodonesgointerlude.html" target="_blank">Good Ones Go (Interlude)</a><br>
<a href="../lyrics/drake/doingitwrong.html" target="_blank">Doing It Wrong</a><br>
<a href="../lyrics/drake/therealher.html" target="_blank">The Real Her</a><br>
<a href="../lyrics/drake/hyfrhellyafuckinright.html" target="_blank">HYFR (Hell Ya Fuckin' Right)</a><br>
<a href="../lyrics/drake/lookwhatyouvedone.html" target="_blank">Look What You've Done</a><br>
<a href="../lyrics/drake/practice.html" target="_blank">Practice</a><br>
<a href="../lyrics/drake/theride.html" target="_blank">The Ride</a><br>
<a href="../lyrics/drake/hatesleepingalone.html" target="_blank">Hate Sleeping Alone</a><span class="comment">[iTunes Bonus Track]</span><br>
<a href="../lyrics/drake/themotto.html" target="_blank">The Motto</a><span class="comment">[Deluxe Edition Bonus Track]</span><br>
<a id="26475"></a><div class="album">album: <b>"Nothing Was The Same"</b> (2013)<span>  <a href="http://www.amazon.com/gp/search?ie=UTF8&amp;keywords=DRAKE+Nothing+Was+The+Same&amp;tag=azlyricsunive-20&amp;index=music&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" rel="external"><img alt="buy this CD or download MP3s at amazon.com!" height="18" src="http://images.azlyrics.com/amn.png" width="30"/></a></span></div>
<a href="../lyrics/drake/tuscanleather.html" target="_blank">Tuscan Leather</a><br>
<a href="../lyrics/drake/furthestthing.html" target="_blank">Furthest Thing</a><br>
<a href="../lyrics/drake/startedfromthebottom.html" target="_blank">Started From The Bottom</a><br>
<a href="../lyrics/drake/wutangforever.html" target="_blank">Wu-Tang Forever</a><br>
<a href="../lyrics/drake/ownit.html" target="_blank">Own It</a><br>
<a href="../lyrics/drake/worstbehavior.html" target="_blank">Worst Behavior</a><br>
<a href="../lyrics/drake/fromtime.html" target="_blank">From Time</a><br>
<a href="../lyrics/drake/holdonweregoinghome.html" target="_blank">Hold On We're Going Home</a><br>
<a href="../lyrics/drake/connect.html" target="_blank">Connect</a><br>
<a href="../lyrics/drake/thelanguage.html" target="_blank">The Language</a><br>
<a href="../lyrics/drake/305tomycity.html" target="_blank">305 To My City</a><br>
<a href="../lyrics/drake/toomuch.html" target="_blank">Too Much</a><br>
<a href="../lyrics/drake/poundcakeparismortonmusic2.html" target="_blank">Pound Cake / Paris Morton Music 2</a><br>
<a href="../lyrics/drake/comethru.html" target="_blank">Come Thru</a><span class="comment">[Deluxe Edition Bonus Track]</span><br>
<a href="../lyrics/drake/allme.html" target="_blank">All Me</a><span class="comment">[Deluxe Edition Bonus Track]</span><br>
<a href="../lyrics/drake/themotion.html" target="_blank">The Motion</a><span class="comment">[Best Buy Bonus Track]</span><br>
<a id="36891"></a><div class="album">mixtape: <b>"If You're Reading This It's Too Late"</b> (2015)<span>  <a href="http://www.amazon.com/gp/search?ie=UTF8&amp;keywords=DRAKE+If+You%27re+Reading+This+It%27s+Too+Late&amp;tag=azlyricsunive-20&amp;index=music&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" rel="external"><img alt="buy this CD or download MP3s at amazon.com!" height="18" src="http://images.azlyrics.com/amn.png" width="30"/></a></span></div>
<a href="../lyrics/drake/legend.html" target="_blank">Legend</a><br>
<a href="../lyrics/drake/energy.html" target="_blank">Energy</a><br>
<a href="../lyrics/drake/10bands.html" target="_blank">10 Bands</a><br>
<a href="../lyrics/drake/knowyourself.html" target="_blank">Know Yourself</a><br>
<a href="../lyrics/drake/notellin.html" target="_blank">No Tellin'</a><br>
<a href="../lyrics/drake/madonna.html" target="_blank">Madonna</a><br>
<a href="../lyrics/drake/6god.html" target="_blank">6 God</a><br>
<a href="../lyrics/drake/star67.html" target="_blank">Star67</a><br>
<a href="../lyrics/drake/preach.html" target="_blank">Preach</a><br>
<a href="../lyrics/drake/wednesdaynightinterlude.html" target="_blank">Wednesday Night Interlude</a><br>
<a href="../lyrics/drake/usedto.html" target="_blank">Used To</a><br>
<a href="../lyrics/drake/6man.html" target="_blank">6 Man</a><br>
<a href="../lyrics/drake/nowforever.html" target="_blank">Now &amp; Forever</a><br>
<a href="../lyrics/drake/company.html" target="_blank">Company</a><br>
<a href="../lyrics/drake/youthe6.html" target="_blank">You &amp; The 6</a><br>
<a href="../lyrics/drake/jungle.html" target="_blank">Jungle</a><br>
<a href="../lyrics/drake/6pminnewyork.html" target="_blank">6PM In New York</a><span class="comment">[Bonus Track]</span><br>
<a href="../lyrics/drake/myside.html" target="_blank">My Side</a><span class="comment">[Bonus Track]</span><br>
<a id="39648"></a><div class="album">mixtape: <b>"What A Time To Be Alive"</b> (2015)<span>  <a href="http://www.amazon.com/gp/search?ie=UTF8&amp;keywords=DRAKE+What+A+Time+To+Be+Alive&amp;tag=azlyricsunive-20&amp;index=music&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" rel="external"><img alt="buy this CD or download MP3s at amazon.com!" height="18" src="http://images.azlyrics.com/amn.png" width="30"/></a></span><br><i>(with FUTURE)</i></br></div>
<a href="../lyrics/drake/digitaldash.html" target="_blank">Digital Dash</a><br>
<a href="../lyrics/drake/bigrings.html" target="_blank">Big Rings</a><br>
<a href="../lyrics/drake/livefromthegutter.html" target="_blank">Live From The Gutter</a><br>
<a href="../lyrics/drake/diamondsdancing.html" target="_blank">Diamonds Dancing</a><br>
<a href="../lyrics/drake/scholarships.html" target="_blank">Scholarships</a><br>
<a href="../lyrics/drake/plasticbag.html" target="_blank">Plastic Bag</a><br>
<a href="../lyrics/drake/imtheplug.html" target="_blank">I'm The Plug</a><br>
<a href="../lyrics/drake/changelocations.html" target="_blank">Change Locations</a><br>
<a href="../lyrics/drake/jumpman.html" target="_blank">Jumpman</a><br>
<a href="../lyrics/drake/jersey.html" target="_blank">Jersey</a><br>
<a href="../lyrics/drake/30for30freestyle.html" target="_blank">30 For 30 Freestyle</a><br>
<a id="34498"></a><div class="album">album: <b>"Views"</b> (2016)<span>  <a href="http://www.amazon.com/gp/search?ie=UTF8&amp;keywords=DRAKE+Views&amp;tag=azlyricsunive-20&amp;index=music&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" rel="external"><img alt="buy this CD or download MP3s at amazon.com!" height="18" src="http://images.azlyrics.com/amn.png" width="30"/></a></span></div>
<a href="../lyrics/drake/keepthefamilyclose.html" target="_blank">Keep The Family Close</a><br>
<a href="../lyrics/drake/9.html" target="_blank">9</a><br>
<a href="../lyrics/drake/uwithme.html" target="_blank">U With Me?</a><br>
<a href="../lyrics/drake/feelnoways.html" target="_blank">Feel No Ways</a><br>
<a href="../lyrics/drake/hype.html" target="_blank">Hype</a><br>
<a href="../lyrics/drake/westonroadflows.html" target="_blank">Weston Road Flows</a><br>
<a href="../lyrics/drake/redemption.html" target="_blank">Redemption</a><br>
<a href="../lyrics/drake/withyou.html" target="_blank">With You</a><br>
<a href="../lyrics/drake/faithful.html" target="_blank">Faithful</a><br>
<a href="../lyrics/drake/stillhere.html" target="_blank">Still Here</a><br>
<a href="../lyrics/drake/controlla490708.html" target="_blank">Controlla</a><br>
<a href="../lyrics/drake/onedance.html" target="_blank">One Dance</a><br>
<a href="../lyrics/drake/grammys.html" target="_blank">Grammys</a><br>
<a href="../lyrics/drake/childsplay.html" target="_blank">Child's Play</a><br>
<a href="../lyrics/drake/popstyle.html" target="_blank">Pop Style</a><br>
<a href="../lyrics/drake/toogood.html" target="_blank">Too Good</a><br>
<a href="../lyrics/drake/summersoverinterlude.html" target="_blank">Summer's Over (Interlude)</a><br>
<a href="../lyrics/drake/firedesire.html" target="_blank">Fire &amp; Desire</a><br>
<a href="../lyrics/drake/views.html" target="_blank">Views</a><br>
<a href="../lyrics/drake/hotlinebling.html" target="_blank">Hotline Bling</a><span class="comment">[Bonus Track]</span><br>
<div class="album">other songs:</div>
<a href="../lyrics/drake/0to100thecatchup.html" target="_blank">0 To 100 / The Catch Up</a><br>
<a href="../lyrics/drake/2onthotful.html" target="_blank">2 On / Thotful</a><br>
<a href="../lyrics/drake/4pmincalabasas.html" target="_blank">4PM In Calabasas</a><br>
<a href="../lyrics/drake/5amintoronto.html" target="_blank">5 AM In Toronto</a><br>
<a href="../lyrics/drake/9amindallasfreestyle.html" target="_blank">9 A.M. In Dallas Freestyle</a><br>
<a href="../lyrics/drake/alittlefavourgqfreestyle.html" target="_blank">A Little Favour (GQ Freestyle)</a><br>
<a href="../lyrics/drake/allwhitesnippet.html" target="_blank">All White (Snippet)</a><br>
<a href="../lyrics/drake/backtobackfreestyle.html" target="_blank">Back To Back (Freestyle)</a><br>
<a href="../lyrics/drake/barmitzvahin1999.html" target="_blank">Bar Mitzvah In 1999</a><br>
<a href="../lyrics/drake/believeitornot.html" target="_blank">Believe It Or Not</a><br>
<a href="../lyrics/drake/bestieverhadremix77364.html" target="_blank">Best I Ever Had (Remix)</a><span class="comment">[feat. Busta Rhymes]</span><br>
<a href="../lyrics/drake/bestieverhadremix79041.html" target="_blank">Best I Ever Had (Remix)</a><span class="comment">[feat. Nicki Minaj]</span><br>
<a href="../lyrics/drake/beyondthis.html" target="_blank">Beyond This</a><br>
<a href="../lyrics/drake/brandnewremix.html" target="_blank">Brand New (Remix)</a><br>
<a href="../lyrics/drake/cani.html" target="_blank">Can I?</a><br>
<a href="../lyrics/drake/chargedup.html" target="_blank">Charged Up</a><br>
<a href="../lyrics/drake/clubparadise.html" target="_blank">Club Paradise</a><br>
<a href="../lyrics/drake/comereal.html" target="_blank">Come Real</a><br>
<a href="../lyrics/drake/controlla.html" target="_blank">Controlla</a><span class="comment">[feat. Popcaan]</span><br>
<a href="../lyrics/drake/daysintheeast.html" target="_blank">Days In The East</a><br>
<a href="../lyrics/drake/doitnow.html" target="_blank">Do It Now</a><br>
<a href="../lyrics/drake/draftday.html" target="_blank">Draft Day</a><br>
<a href="../lyrics/drake/dreamsmoneycanbuy.html" target="_blank">Dreams Money Can Buy</a><br>
<a href="../lyrics/drake/enoughsaid.html" target="_blank">Enough Said</a><br>
<a href="../lyrics/drake/faith.html" target="_blank">Faith</a><br>
<a href="../lyrics/drake/fallforyourtype.html" target="_blank">Fall For Your Type</a><br>
<a href="../lyrics/drake/fallingup.html" target="_blank">Falling Up</a><br>
<a href="../lyrics/drake/forever.html" target="_blank">Forever</a><span class="comment">[from "More Than a Game" soundtrack]</span><br>
<a href="../lyrics/drake/freespirit.html" target="_blank">Free Spirit</a><br>
<a href="../lyrics/drake/girlslovebeyonce.html" target="_blank">Girls Love Beyonce</a><br>
<a href="../lyrics/drake/goouttonight.html" target="_blank">Go Out Tonight</a><br>
<a href="../lyrics/drake/heartthrobbing.html" target="_blank">Heart Throbbing</a><br>
<a href="../lyrics/drake/heatofthemoment.html" target="_blank">Heat Of The Moment</a><br>
<a href="../lyrics/drake/highinjuly.html" target="_blank">High In July</a><br>
<a href="../lyrics/drake/holdonweregoinghomeremix.html" target="_blank">Hold On We're Going Home (Remix)</a><br>
<a href="../lyrics/drake/howaboutnow.html" target="_blank">How About Now</a><br>
<a href="../lyrics/drake/hyperemix.html" target="_blank">Hype (Remix)</a><br>
<a href="../lyrics/drake/igetlonelytoo.html" target="_blank">I Get Lonely Too</a><br>
<a href="../lyrics/drake/igetpaper.html" target="_blank">I Get Paper</a><br>
<a href="../lyrics/drake/itsbeenapleasure.html" target="_blank">It's Been A Pleasure</a><br>
<a href="../lyrics/drake/jodecifreestyle.html" target="_blank">Jodeci Freestyle</a><br>
<a href="../lyrics/drake/july.html" target="_blank">July</a><br>
<a href="../lyrics/drake/kingleon.html" target="_blank">King Leon</a><br>
<a href="../lyrics/drake/layinbedalone.html" target="_blank">Lay In Bed Alone</a><br>
<a href="../lyrics/drake/lightuprikersremix.html" target="_blank">Light Up (Rikers Remix)</a><br>
<a href="../lyrics/drake/noticeme.html" target="_blank">Notice Me</a><br>
<a href="../lyrics/drake/onawave.html" target="_blank">On A Wave</a><br>
<a href="../lyrics/drake/onedancecultureclashdubplate.html" target="_blank">One Dance (Culture Clash Dub Plate)</a><br>
<a href="../lyrics/drake/onemanshow.html" target="_blank">One Man Show</a><br>
<a href="../lyrics/drake/purpleflowers.html" target="_blank">Purple Flowers</a><br>
<a href="../lyrics/drake/ransom.html" target="_blank">Ransom</a><br>
<a href="../lyrics/drake/righthand.html" target="_blank">Right Hand</a><br>
<a href="../lyrics/drake/roundofapplause.html" target="_blank">Round Of Applause</a><span class="comment">[remix of Waka Flocka Flame's song]</span><br>
<a href="../lyrics/drake/samemistakes.html" target="_blank">Same Mistakes</a><br>
<a href="../lyrics/drake/something.html" target="_blank">Something</a><br>
<a href="../lyrics/drake/startedfromthebottomremix.html" target="_blank">Started From The Bottom (Remix)</a><br>
<a href="../lyrics/drake/stunthard.html" target="_blank">Stunt Hard</a><br>
<a href="../lyrics/drake/summersixteen.html" target="_blank">Summer Sixteen</a><br>
<a href="../lyrics/drake/sweetermanremix.html" target="_blank">Sweeterman (Remix)</a><br>
<a href="../lyrics/drake/takeyoudown.html" target="_blank">Take You Down</a><br>
<a href="../lyrics/drake/themottoremix.html" target="_blank">The Motto (Remix)</a><br>
<a href="../lyrics/drake/thesedays.html" target="_blank">These Days</a><br>
<a href="../lyrics/drake/trophies.html" target="_blank">Trophies</a><br>
<a href="../lyrics/drake/trustissues.html" target="_blank">Trust Issues</a><br>
<a href="../lyrics/drake/wemadeitfreestyle.html" target="_blank">We Made It (Freestyle)</a><br>
<a href="../lyrics/drake/whatifikissedyou.html" target="_blank">What If I Kissed You</a><br>
<a href="../lyrics/drake/whatyouneed.html" target="_blank">What You Need</a><br>
<a href="../lyrics/drake/wherewereyou.html" target="_blank">Where Were You</a><br>
<a href="../lyrics/drake/wutangforeverremix.html" target="_blank">Wu-Tang Forever (Remix)</a><br>
<a href="../lyrics/drake/yamahamama.html" target="_blank">Yamaha Mama</a><br>
<a href="../lyrics/drake/zone.html" target="_blank">Zone</a><br>
<script type="text/javascript">
<!--
function showAlbum() {
  document.getElementById("listAlbum").innerHTML = save;
  return false;
}
function showSong() {
  document.getElementById("listAlbum").innerHTML = res;
  return false;
}
var songlist = [
{s:"0 To 100 / The Catch Up", h:"../lyrics/drake/0to100thecatchup.html", c:"", a:""},
{s:"10 Bands", h:"../lyrics/drake/10bands.html", c:"", a:""},
{s:"2 On / Thotful", h:"../lyrics/drake/2onthotful.html", c:"", a:""},
{s:"30 For 30 Freestyle", h:"../lyrics/drake/30for30freestyle.html", c:"", a:""},
{s:"305 To My City", h:"../lyrics/drake/305tomycity.html", c:"", a:""},
{s:"4PM In Calabasas", h:"../lyrics/drake/4pmincalabasas.html", c:"", a:""},
{s:"5 AM In Toronto", h:"../lyrics/drake/5amintoronto.html", c:"", a:""},
{s:"6 God", h:"../lyrics/drake/6god.html", c:"", a:""},
{s:"6 Man", h:"../lyrics/drake/6man.html", c:"", a:""},
{s:"6PM In New York", h:"../lyrics/drake/6pminnewyork.html", c:"", a:""},
{s:"9", h:"../lyrics/drake/9.html", c:"", a:""},
{s:"9 A.M. In Dallas Freestyle", h:"../lyrics/drake/9amindallasfreestyle.html", c:"", a:""},
{s:"A Little Favour (GQ Freestyle)", h:"../lyrics/drake/alittlefavourgqfreestyle.html", c:"", a:""},
{s:"A Night Off", h:"../lyrics/drake/anightoff.html", c:"", a:""},
{s:"A Scorpio's Mind", h:"../lyrics/drake/ascorpiosmind.html", c:"", a:""},
{s:"A.M. 2 P.M.", h:"../lyrics/drake/am2pm.html", c:"", a:""},
{s:"About The Game (Remix)", h:"../lyrics/drake/aboutthegameremix.html", c:"", a:""},
{s:"All Me", h:"../lyrics/drake/allme.html", c:"", a:""},
{s:"All This Love", h:"../lyrics/drake/allthislove.html", c:"", a:""},
{s:"All White (Snippet)", h:"../lyrics/drake/allwhitesnippet.html", c:"", a:""},
{s:"Asthma Team", h:"../lyrics/drake/asthmateam.html", c:"", a:""},
{s:"Back To Back (Freestyle)", h:"../lyrics/drake/backtobackfreestyle.html", c:"", a:""},
{s:"Bad Meanin' Good", h:"../lyrics/drake/badmeaningood.html", c:"", a:""},
{s:"Bar Mitzvah In 1999", h:"../lyrics/drake/barmitzvahin1999.html", c:"", a:""},
{s:"Barry Bonds Freestyle", h:"../lyrics/drake/barrybondsfreestyle.html", c:"", a:""},
{s:"Believe It Or Not", h:"../lyrics/drake/believeitornot.html", c:"", a:""},
{s:"Best I Ever Had", h:"../lyrics/drake/bestieverhad.html", c:"", a:""},
{s:"Best I Ever Had (Remix)", h:"../lyrics/drake/bestieverhadremix77364.html", c:"", a:""},
{s:"Best I Ever Had (Remix)", h:"../lyrics/drake/bestieverhadremix79041.html", c:"", a:""},
{s:"Beyond This", h:"../lyrics/drake/beyondthis.html", c:"", a:""},
{s:"Big Rings", h:"../lyrics/drake/bigrings.html", c:"", a:""},
{s:"Bitch Is Crazy", h:"../lyrics/drake/bitchiscrazy.html", c:"", a:""},
{s:"Brand New", h:"../lyrics/drake/brandnew.html", c:"", a:""},
{s:"Brand New (Remix)", h:"../lyrics/drake/brandnewremix.html", c:"", a:""},
{s:"Bria's Interlude", h:"../lyrics/drake/briasinterlude.html", c:"", a:""},
{s:"Buried Alive (Interlude)", h:"../lyrics/drake/buriedaliveinterlude.html", c:"", a:""},
{s:"Cameras", h:"../lyrics/drake/cameras.html", c:"", a:""},
{s:"Can I?", h:"../lyrics/drake/cani.html", c:"", a:""},
{s:"Cece's Interlude", h:"../lyrics/drake/cecesinterlude.html", c:"", a:""},
{s:"Change Locations", h:"../lyrics/drake/changelocations.html", c:"", a:""},
{s:"Charged Up", h:"../lyrics/drake/chargedup.html", c:"", a:""},
{s:"Child's Play", h:"../lyrics/drake/childsplay.html", c:"", a:""},
{s:"City Is Mine", h:"../lyrics/drake/cityismine.html", c:"", a:""},
{s:"Closer", h:"../lyrics/drake/closer.html", c:"", a:""},
{s:"Club Paradise", h:"../lyrics/drake/clubparadise.html", c:"", a:""},
{s:"Come Real", h:"../lyrics/drake/comereal.html", c:"", a:""},
{s:"Come Thru", h:"../lyrics/drake/comethru.html", c:"", a:""},
{s:"Come Winter", h:"../lyrics/drake/comewinter.html", c:"", a:""},
{s:"Comeback Season", h:"../lyrics/drake/comebackseason.html", c:"", a:""},
{s:"Company", h:"../lyrics/drake/company.html", c:"", a:""},
{s:"Congratulations", h:"../lyrics/drake/congratulations.html", c:"", a:""},
{s:"Connect", h:"../lyrics/drake/connect.html", c:"", a:""},
{s:"Controlla", h:"../lyrics/drake/controlla.html", c:"", a:""},
{s:"Controlla", h:"../lyrics/drake/controlla490708.html", c:"", a:"Views"},
{s:"Crew Love", h:"../lyrics/drake/crewlove.html", c:"", a:""},
{s:"Days In The East", h:"../lyrics/drake/daysintheeast.html", c:"", a:""},
{s:"Diamonds Dancing", h:"../lyrics/drake/diamondsdancing.html", c:"", a:""},
{s:"Digital Dash", h:"../lyrics/drake/digitaldash.html", c:"", a:""},
{s:"Do It All", h:"../lyrics/drake/doitall.html", c:"", a:""},
{s:"Do It Now", h:"../lyrics/drake/doitnow.html", c:"", a:""},
{s:"Do What U Do (Remix)", h:"../lyrics/drake/dowhatudoremix.html", c:"", a:""},
{s:"Do What You Do", h:"../lyrics/drake/dowhatyoudo.html", c:"", a:""},
{s:"Doing It Wrong", h:"../lyrics/drake/doingitwrong.html", c:"", a:""},
{s:"Don't You Have A Man", h:"../lyrics/drake/dontyouhaveaman.html", c:"", a:""},
{s:"Draft Day", h:"../lyrics/drake/draftday.html", c:"", a:""},
{s:"Dreams Money Can Buy", h:"../lyrics/drake/dreamsmoneycanbuy.html", c:"", a:""},
{s:"Easy To Please", h:"../lyrics/drake/easytoplease.html", c:"", a:""},
{s:"Energy", h:"../lyrics/drake/energy.html", c:"", a:""},
{s:"Enough Said", h:"../lyrics/drake/enoughsaid.html", c:"", a:""},
{s:"Extra Special", h:"../lyrics/drake/extraspecial.html", c:"", a:""},
{s:"Faded", h:"../lyrics/drake/faded.html", c:"", a:""},
{s:"Faith", h:"../lyrics/drake/faith.html", c:"", a:""},
{s:"Faithful", h:"../lyrics/drake/faithful.html", c:"", a:""},
{s:"Fall For Your Type", h:"../lyrics/drake/fallforyourtype.html", c:"", a:""},
{s:"Falling Up", h:"../lyrics/drake/fallingup.html", c:"", a:""},
{s:"Fancy", h:"../lyrics/drake/fancy.html", c:"", a:""},
{s:"Fear", h:"../lyrics/drake/fear.html", c:"", a:""},
{s:"Feel No Ways", h:"../lyrics/drake/feelnoways.html", c:"", a:""},
{s:"Find Your Love", h:"../lyrics/drake/findyourlove.html", c:"", a:""},
{s:"Fire &amp; Desire", h:"../lyrics/drake/firedesire.html", c:"", a:""},
{s:"Fireworks", h:"../lyrics/drake/fireworks.html", c:"", a:""},
{s:"Forever", h:"../lyrics/drake/forever.html", c:"", a:""},
{s:"Free Spirit", h:"../lyrics/drake/freespirit.html", c:"", a:""},
{s:"From Time", h:"../lyrics/drake/fromtime.html", c:"", a:""},
{s:"Furthest Thing", h:"../lyrics/drake/furthestthing.html", c:"", a:""},
{s:"Girls Love Beyonce", h:"../lyrics/drake/girlslovebeyonce.html", c:"", a:""},
{s:"Give Ya", h:"../lyrics/drake/giveya.html", c:"", a:""},
{s:"Go Out Tonight", h:"../lyrics/drake/goouttonight.html", c:"", a:""},
{s:"Going In For Life", h:"../lyrics/drake/goinginforlife.html", c:"", a:""},
{s:"Good Ones Go (Interlude)", h:"../lyrics/drake/goodonesgointerlude.html", c:"", a:""},
{s:"Grammys", h:"../lyrics/drake/grammys.html", c:"", a:""},
{s:"Greatness", h:"../lyrics/drake/greatness.html", c:"", a:""},
{s:"Hate Sleeping Alone", h:"../lyrics/drake/hatesleepingalone.html", c:"", a:""},
{s:"Headlines", h:"../lyrics/drake/headlines.html", c:"", a:""},
{s:"Heart Throbbing", h:"../lyrics/drake/heartthrobbing.html", c:"", a:""},
{s:"Heat Of The Moment", h:"../lyrics/drake/heatofthemoment.html", c:"", a:""},
{s:"High In July", h:"../lyrics/drake/highinjuly.html", c:"", a:""},
{s:"Hold On We're Going Home", h:"../lyrics/drake/holdonweregoinghome.html", c:"", a:""},
{s:"Hold On We're Going Home (Remix)", h:"../lyrics/drake/holdonweregoinghomeremix.html", c:"", a:""},
{s:"Hotline Bling", h:"../lyrics/drake/hotlinebling.html", c:"", a:""},
{s:"Houstatlantavegas", h:"../lyrics/drake/houstatlantavegas.html", c:"", a:""},
{s:"How About Now", h:"../lyrics/drake/howaboutnow.html", c:"", a:""},
{s:"HYFR (Hell Ya Fuckin' Right)", h:"../lyrics/drake/hyfrhellyafuckinright.html", c:"", a:""},
{s:"Hype", h:"../lyrics/drake/hype.html", c:"", a:""},
{s:"Hype (Remix)", h:"../lyrics/drake/hyperemix.html", c:"", a:""},
{s:"I Get Lonely Too", h:"../lyrics/drake/igetlonelytoo.html", c:"", a:""},
{s:"I Get Paper", h:"../lyrics/drake/igetpaper.html", c:"", a:""},
{s:"I'm Goin' In", h:"../lyrics/drake/imgoinin.html", c:"", a:""},
{s:"I'm Ready For You", h:"../lyrics/drake/imreadyforyou.html", c:"", a:""},
{s:"I'm The Plug", h:"../lyrics/drake/imtheplug.html", c:"", a:""},
{s:"Ignorant Shit", h:"../lyrics/drake/ignorantshit.html", c:"", a:""},
{s:"In My Business", h:"../lyrics/drake/inmybusiness.html", c:"", a:""},
{s:"Intro", h:"../lyrics/drake/intro.html", c:"", a:""},
{s:"It's Been A Pleasure", h:"../lyrics/drake/itsbeenapleasure.html", c:"", a:""},
{s:"Jersey", h:"../lyrics/drake/jersey.html", c:"", a:""},
{s:"Jodeci Freestyle", h:"../lyrics/drake/jodecifreestyle.html", c:"", a:""},
{s:"July", h:"../lyrics/drake/july.html", c:"", a:""},
{s:"Jumpman", h:"../lyrics/drake/jumpman.html", c:"", a:""},
{s:"Jungle", h:"../lyrics/drake/jungle.html", c:"", a:""},
{s:"Karaoke", h:"../lyrics/drake/karaoke.html", c:"", a:""},
{s:"Keep The Family Close", h:"../lyrics/drake/keepthefamilyclose.html", c:"", a:""},
{s:"Kick, Push (Remix)", h:"../lyrics/drake/kickpushremix.html", c:"", a:""},
{s:"King Leon", h:"../lyrics/drake/kingleon.html", c:"", a:""},
{s:"Know Yourself", h:"../lyrics/drake/knowyourself.html", c:"", a:""},
{s:"Lay In Bed Alone", h:"../lyrics/drake/layinbedalone.html", c:"", a:""},
{s:"Legend", h:"../lyrics/drake/legend.html", c:"", a:""},
{s:"Let's Call It Off", h:"../lyrics/drake/letscallitoff.html", c:"", a:""},
{s:"Light Up", h:"../lyrics/drake/lightup.html", c:"", a:""},
{s:"Light Up (Rikers Remix)", h:"../lyrics/drake/lightuprikersremix.html", c:"", a:""},
{s:"Little Bit", h:"../lyrics/drake/littlebit.html", c:"", a:""},
{s:"Live From The Gutter", h:"../lyrics/drake/livefromthegutter.html", c:"", a:""},
{s:"Look What You've Done", h:"../lyrics/drake/lookwhatyouvedone.html", c:"", a:""},
{s:"Lord Knows", h:"../lyrics/drake/lordknows.html", c:"", a:""},
{s:"Lust For Life", h:"../lyrics/drake/lustforlife.html", c:"", a:""},
{s:"Madonna", h:"../lyrics/drake/madonna.html", c:"", a:""},
{s:"Make Me Proud", h:"../lyrics/drake/makemeproud.html", c:"", a:""},
{s:"Make Things Right", h:"../lyrics/drake/makethingsright.html", c:"", a:""},
{s:"Man Of The Year (Remix)", h:"../lyrics/drake/manoftheyearremix.html", c:"", a:""},
{s:"Marvin's Room", h:"../lyrics/drake/marvinsroom.html", c:"", a:""},
{s:"Messages From You", h:"../lyrics/drake/messagesfromyou.html", c:"", a:""},
{s:"Miss Me", h:"../lyrics/drake/missme.html", c:"", a:""},
{s:"Missin' You (Remix)", h:"../lyrics/drake/missinyouremix.html", c:"", a:""},
{s:"Money (Remix)", h:"../lyrics/drake/moneyremix.html", c:"", a:""},
{s:"Must Hate Money", h:"../lyrics/drake/musthatemoney.html", c:"", a:""},
{s:"My Side", h:"../lyrics/drake/myside.html", c:"", a:""},
{s:"No Tellin'", h:"../lyrics/drake/notellin.html", c:"", a:""},
{s:"Notice Me", h:"../lyrics/drake/noticeme.html", c:"", a:""},
{s:"November 18th", h:"../lyrics/drake/november18th.html", c:"", a:""},
{s:"Now &amp; Forever", h:"../lyrics/drake/nowforever.html", c:"", a:""},
{s:"On A Wave", h:"../lyrics/drake/onawave.html", c:"", a:""},
{s:"One Dance", h:"../lyrics/drake/onedance.html", c:"", a:""},
{s:"One Dance (Culture Clash Dub Plate)", h:"../lyrics/drake/onedancecultureclashdubplate.html", c:"", a:""},
{s:"One Man Show", h:"../lyrics/drake/onemanshow.html", c:"", a:""},
{s:"Over", h:"../lyrics/drake/over.html", c:"", a:""},
{s:"Over My Dead Body", h:"../lyrics/drake/overmydeadbody.html", c:"", a:""},
{s:"Own It", h:"../lyrics/drake/ownit.html", c:"", a:""},
{s:"Paris Morton Music", h:"../lyrics/drake/parismortonmusic.html", c:"", a:""},
{s:"Plastic Bag", h:"../lyrics/drake/plasticbag.html", c:"", a:""},
{s:"Pop Style", h:"../lyrics/drake/popstyle.html", c:"", a:""},
{s:"Pound Cake / Paris Morton Music 2", h:"../lyrics/drake/poundcakeparismortonmusic2.html", c:"", a:""},
{s:"Practice", h:"../lyrics/drake/practice.html", c:"", a:""},
{s:"Preach", h:"../lyrics/drake/preach.html", c:"", a:""},
{s:"Purple Flowers", h:"../lyrics/drake/purpleflowers.html", c:"", a:""},
{s:"Put It Down", h:"../lyrics/drake/putitdown.html", c:"", a:""},
{s:"Ransom", h:"../lyrics/drake/ransom.html", c:"", a:""},
{s:"Redemption", h:"../lyrics/drake/redemption.html", c:"", a:""},
{s:"Replacement Girl", h:"../lyrics/drake/replacementgirl.html", c:"", a:""},
{s:"Right Above It", h:"../lyrics/drake/rightaboveit.html", c:"", a:""},
{s:"Right Hand", h:"../lyrics/drake/righthand.html", c:"", a:""},
{s:"Round Of Applause", h:"../lyrics/drake/roundofapplause.html", c:"", a:""},
{s:"S.T.R.E.S.S.", h:"../lyrics/drake/stress.html", c:"", a:""},
{s:"Same Mistakes", h:"../lyrics/drake/samemistakes.html", c:"", a:""},
{s:"Say What's Real", h:"../lyrics/drake/saywhatsreal.html", c:"", a:""},
{s:"Scholarships", h:"../lyrics/drake/scholarships.html", c:"", a:""},
{s:"Share", h:"../lyrics/drake/share.html", c:"", a:""},
{s:"Shot For Me", h:"../lyrics/drake/shotforme.html", c:"", a:""},
{s:"Show Me A Good Time", h:"../lyrics/drake/showmeagoodtime.html", c:"", a:""},
{s:"Shut It Down", h:"../lyrics/drake/shutitdown.html", c:"", a:""},
{s:"Something", h:"../lyrics/drake/something.html", c:"", a:""},
{s:"Sooner Than Later", h:"../lyrics/drake/soonerthanlater.html", c:"", a:""},
{s:"Special", h:"../lyrics/drake/special.html", c:"", a:""},
{s:"Star67", h:"../lyrics/drake/star67.html", c:"", a:""},
{s:"Started From The Bottom", h:"../lyrics/drake/startedfromthebottom.html", c:"", a:""},
{s:"Started From The Bottom (Remix)", h:"../lyrics/drake/startedfromthebottomremix.html", c:"", a:""},
{s:"Still Got It", h:"../lyrics/drake/stillgotit.html", c:"", a:""},
{s:"Still Here", h:"../lyrics/drake/stillhere.html", c:"", a:""},
{s:"Stunt Hard", h:"../lyrics/drake/stunthard.html", c:"", a:""},
{s:"Successful", h:"../lyrics/drake/successful.html", c:"", a:""},
{s:"Summer Sixteen", h:"../lyrics/drake/summersixteen.html", c:"", a:""},
{s:"Summer's Over (Interlude)", h:"../lyrics/drake/summersoverinterlude.html", c:"", a:""},
{s:"Sweeterman (Remix)", h:"../lyrics/drake/sweetermanremix.html", c:"", a:""},
{s:"Take Care", h:"../lyrics/drake/takecare.html", c:"", a:""},
{s:"Take You Down", h:"../lyrics/drake/takeyoudown.html", c:"", a:""},
{s:"Teach U A Lesson", h:"../lyrics/drake/teachualesson.html", c:"", a:""},
{s:"Thank Me Now", h:"../lyrics/drake/thankmenow.html", c:"", a:""},
{s:"The Calm", h:"../lyrics/drake/thecalm.html", c:"", a:"So Far Gone"},
{s:"The Calm", h:"../lyrics/drake/thecalm92599.html", c:"", a:"So Far Gone"},
{s:"The Language", h:"../lyrics/drake/thelanguage.html", c:"", a:""},
{s:"The Last Hope", h:"../lyrics/drake/thelasthope.html", c:"", a:""},
{s:"The Motion", h:"../lyrics/drake/themotion.html", c:"", a:""},
{s:"The Motto", h:"../lyrics/drake/themotto.html", c:"", a:""},
{s:"The Motto (Remix)", h:"../lyrics/drake/themottoremix.html", c:"", a:""},
{s:"The Presentation", h:"../lyrics/drake/thepresentation.html", c:"", a:""},
{s:"The Real Her", h:"../lyrics/drake/therealher.html", c:"", a:""},
{s:"The Resistance", h:"../lyrics/drake/theresistance.html", c:"", a:""},
{s:"The Resistance (Remix)", h:"../lyrics/drake/theresistanceremix.html", c:"", a:""},
{s:"The Ride", h:"../lyrics/drake/theride.html", c:"", a:""},
{s:"These Days", h:"../lyrics/drake/thesedays.html", c:"", a:""},
{s:"Think Good Thoughts", h:"../lyrics/drake/thinkgoodthoughts.html", c:"", a:""},
{s:"Thrill Is Gone", h:"../lyrics/drake/thrillisgone.html", c:"", a:""},
{s:"To The Floor", h:"../lyrics/drake/tothefloor.html", c:"", a:""},
{s:"Too Good", h:"../lyrics/drake/toogood.html", c:"", a:""},
{s:"Too Much", h:"../lyrics/drake/toomuch.html", c:"", a:""},
{s:"Trophies", h:"../lyrics/drake/trophies.html", c:"", a:""},
{s:"Trust Issues", h:"../lyrics/drake/trustissues.html", c:"", a:""},
{s:"Try Harder", h:"../lyrics/drake/tryharder.html", c:"", a:""},
{s:"Tuscan Leather", h:"../lyrics/drake/tuscanleather.html", c:"", a:""},
{s:"U With Me?", h:"../lyrics/drake/uwithme.html", c:"", a:""},
{s:"Under Ground Kings", h:"../lyrics/drake/undergroundkings.html", c:"", a:""},
{s:"Underdog", h:"../lyrics/drake/underdog.html", c:"", a:""},
{s:"Unforgettable", h:"../lyrics/drake/unforgettable.html", c:"", a:""},
{s:"Unstoppable", h:"../lyrics/drake/unstoppable.html", c:"", a:""},
{s:"Up All Night", h:"../lyrics/drake/upallnight.html", c:"", a:""},
{s:"Uptown", h:"../lyrics/drake/uptown.html", c:"", a:""},
{s:"Used To", h:"../lyrics/drake/usedto.html", c:"", a:""},
{s:"Video Girl", h:"../lyrics/drake/videogirl.html", c:"", a:""},
{s:"Views", h:"../lyrics/drake/views.html", c:"", a:""},
{s:"We Made It (Freestyle)", h:"../lyrics/drake/wemadeitfreestyle.html", c:"", a:""},
{s:"We'll Be Fine", h:"../lyrics/drake/wellbefine.html", c:"", a:""},
{s:"Wednesday Night Interlude", h:"../lyrics/drake/wednesdaynightinterlude.html", c:"", a:""},
{s:"Weston Road Flows", h:"../lyrics/drake/westonroadflows.html", c:"", a:""},
{s:"What If I Kissed You", h:"../lyrics/drake/whatifikissedyou.html", c:"", a:""},
{s:"What You Need", h:"../lyrics/drake/whatyouneed.html", c:"", a:""},
{s:"Where To Now", h:"../lyrics/drake/wheretonow.html", c:"", a:""},
{s:"Where Were You", h:"../lyrics/drake/wherewereyou.html", c:"", a:""},
{s:"With You", h:"../lyrics/drake/withyou.html", c:"", a:""},
{s:"Worst Behavior", h:"../lyrics/drake/worstbehavior.html", c:"", a:""},
{s:"Wu-Tang Forever", h:"../lyrics/drake/wutangforever.html", c:"", a:""},
{s:"Wu-Tang Forever (Remix)", h:"../lyrics/drake/wutangforeverremix.html", c:"", a:""},
{s:"Yamaha Mama", h:"../lyrics/drake/yamahamama.html", c:"", a:""},
{s:"You &amp; The 6", h:"../lyrics/drake/youthe6.html", c:"", a:""},
{s:"You Know, You Know", h:"../lyrics/drake/youknowyouknow.html", c:"", a:""},
{s:"Zone", h:"../lyrics/drake/zone.html", c:"", a:""}];
var res = '<br>';
var i = 0;
for (i=0; i<songlist.length; i++) {
  res += '<a href="'+songlist[i].h+'" target="_blank">'+songlist[i].s+'</a>'+songlist[i].c+(songlist[i].a=="" ? '' : ' <span class="comment">["'+songlist[i].a+'"]</span>')+'<br>';
}
var save = document.getElementById("listAlbum").innerHTML;
//-->
</script>
</br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></div>

In [8]:
song_links = albums.find_all('a')

paths = []
for song in song_links:
    link = song.get('href')
    if link and 'amazon' not in link and 'azlyrics' not in link:
        paths.append('http://www.azlyrics.com' + link[2:])

In [9]:
paths


Out[9]:
['http://www.azlyrics.com/lyrics/drake/intro.html',
 'http://www.azlyrics.com/lyrics/drake/special.html',
 'http://www.azlyrics.com/lyrics/drake/dowhatyoudo.html',
 'http://www.azlyrics.com/lyrics/drake/moneyremix.html',
 'http://www.azlyrics.com/lyrics/drake/am2pm.html',
 'http://www.azlyrics.com/lyrics/drake/cityismine.html',
 'http://www.azlyrics.com/lyrics/drake/badmeaningood.html',
 'http://www.azlyrics.com/lyrics/drake/thrillisgone.html',
 'http://www.azlyrics.com/lyrics/drake/makethingsright.html',
 'http://www.azlyrics.com/lyrics/drake/videogirl.html',
 'http://www.azlyrics.com/lyrics/drake/comewinter.html',
 'http://www.azlyrics.com/lyrics/drake/extraspecial.html',
 'http://www.azlyrics.com/lyrics/drake/aboutthegameremix.html',
 'http://www.azlyrics.com/lyrics/drake/allthislove.html',
 'http://www.azlyrics.com/lyrics/drake/ascorpiosmind.html',
 'http://www.azlyrics.com/lyrics/drake/stress.html',
 'http://www.azlyrics.com/lyrics/drake/tryharder.html',
 'http://www.azlyrics.com/lyrics/drake/kickpushremix.html',
 'http://www.azlyrics.com/lyrics/drake/thepresentation.html',
 'http://www.azlyrics.com/lyrics/drake/comebackseason.html',
 'http://www.azlyrics.com/lyrics/drake/closer.html',
 'http://www.azlyrics.com/lyrics/drake/replacementgirl.html',
 'http://www.azlyrics.com/lyrics/drake/cityismine.html',
 'http://www.azlyrics.com/lyrics/drake/barrybondsfreestyle.html',
 'http://www.azlyrics.com/lyrics/drake/goinginforlife.html',
 'http://www.azlyrics.com/lyrics/drake/wheretonow.html',
 'http://www.azlyrics.com/lyrics/drake/share.html',
 'http://www.azlyrics.com/lyrics/drake/giveya.html',
 'http://www.azlyrics.com/lyrics/drake/dontyouhaveaman.html',
 'http://www.azlyrics.com/lyrics/drake/bitchiscrazy.html',
 'http://www.azlyrics.com/lyrics/drake/thelasthope.html',
 'http://www.azlyrics.com/lyrics/drake/musthatemoney.html',
 'http://www.azlyrics.com/lyrics/drake/asthmateam.html',
 'http://www.azlyrics.com/lyrics/drake/dowhatudoremix.html',
 'http://www.azlyrics.com/lyrics/drake/easytoplease.html',
 'http://www.azlyrics.com/lyrics/drake/faded.html',
 'http://www.azlyrics.com/lyrics/drake/underdog.html',
 'http://www.azlyrics.com/lyrics/drake/thinkgoodthoughts.html',
 'http://www.azlyrics.com/lyrics/drake/teachualesson.html',
 'http://www.azlyrics.com/lyrics/drake/missinyouremix.html',
 'http://www.azlyrics.com/lyrics/drake/manoftheyearremix.html',
 'http://www.azlyrics.com/lyrics/drake/lustforlife.html',
 'http://www.azlyrics.com/lyrics/drake/houstatlantavegas.html',
 'http://www.azlyrics.com/lyrics/drake/successful.html',
 'http://www.azlyrics.com/lyrics/drake/letscallitoff.html',
 'http://www.azlyrics.com/lyrics/drake/november18th.html',
 'http://www.azlyrics.com/lyrics/drake/ignorantshit.html',
 'http://www.azlyrics.com/lyrics/drake/anightoff.html',
 'http://www.azlyrics.com/lyrics/drake/saywhatsreal.html',
 'http://www.azlyrics.com/lyrics/drake/littlebit.html',
 'http://www.azlyrics.com/lyrics/drake/bestieverhad.html',
 'http://www.azlyrics.com/lyrics/drake/unstoppable.html',
 'http://www.azlyrics.com/lyrics/drake/uptown.html',
 'http://www.azlyrics.com/lyrics/drake/soonerthanlater.html',
 'http://www.azlyrics.com/lyrics/drake/briasinterlude.html',
 'http://www.azlyrics.com/lyrics/drake/thecalm.html',
 'http://www.azlyrics.com/lyrics/drake/brandnew.html',
 'http://www.azlyrics.com/lyrics/drake/congratulations.html',
 'http://www.azlyrics.com/lyrics/drake/houstatlantavegas.html',
 'http://www.azlyrics.com/lyrics/drake/successful.html',
 'http://www.azlyrics.com/lyrics/drake/bestieverhad.html',
 'http://www.azlyrics.com/lyrics/drake/uptown.html',
 'http://www.azlyrics.com/lyrics/drake/imgoinin.html',
 'http://www.azlyrics.com/lyrics/drake/thecalm92599.html',
 'http://www.azlyrics.com/lyrics/drake/fear.html',
 'http://www.azlyrics.com/lyrics/drake/fireworks.html',
 'http://www.azlyrics.com/lyrics/drake/karaoke.html',
 'http://www.azlyrics.com/lyrics/drake/theresistance.html',
 'http://www.azlyrics.com/lyrics/drake/over.html',
 'http://www.azlyrics.com/lyrics/drake/showmeagoodtime.html',
 'http://www.azlyrics.com/lyrics/drake/upallnight.html',
 'http://www.azlyrics.com/lyrics/drake/fancy.html',
 'http://www.azlyrics.com/lyrics/drake/shutitdown.html',
 'http://www.azlyrics.com/lyrics/drake/unforgettable.html',
 'http://www.azlyrics.com/lyrics/drake/lightup.html',
 'http://www.azlyrics.com/lyrics/drake/missme.html',
 'http://www.azlyrics.com/lyrics/drake/cecesinterlude.html',
 'http://www.azlyrics.com/lyrics/drake/findyourlove.html',
 'http://www.azlyrics.com/lyrics/drake/thankmenow.html',
 'http://www.azlyrics.com/lyrics/drake/messagesfromyou.html',
 'http://www.azlyrics.com/lyrics/drake/imreadyforyou.html',
 'http://www.azlyrics.com/lyrics/drake/rightaboveit.html',
 'http://www.azlyrics.com/lyrics/drake/doitall.html',
 'http://www.azlyrics.com/lyrics/drake/parismortonmusic.html',
 'http://www.azlyrics.com/lyrics/drake/theresistanceremix.html',
 'http://www.azlyrics.com/lyrics/drake/stillgotit.html',
 'http://www.azlyrics.com/lyrics/drake/putitdown.html',
 'http://www.azlyrics.com/lyrics/drake/inmybusiness.html',
 'http://www.azlyrics.com/lyrics/drake/youknowyouknow.html',
 'http://www.azlyrics.com/lyrics/drake/tothefloor.html',
 'http://www.azlyrics.com/lyrics/drake/greatness.html',
 'http://www.azlyrics.com/lyrics/drake/overmydeadbody.html',
 'http://www.azlyrics.com/lyrics/drake/shotforme.html',
 'http://www.azlyrics.com/lyrics/drake/headlines.html',
 'http://www.azlyrics.com/lyrics/drake/crewlove.html',
 'http://www.azlyrics.com/lyrics/drake/takecare.html',
 'http://www.azlyrics.com/lyrics/drake/marvinsroom.html',
 'http://www.azlyrics.com/lyrics/drake/buriedaliveinterlude.html',
 'http://www.azlyrics.com/lyrics/drake/undergroundkings.html',
 'http://www.azlyrics.com/lyrics/drake/wellbefine.html',
 'http://www.azlyrics.com/lyrics/drake/makemeproud.html',
 'http://www.azlyrics.com/lyrics/drake/lordknows.html',
 'http://www.azlyrics.com/lyrics/drake/cameras.html',
 'http://www.azlyrics.com/lyrics/drake/goodonesgointerlude.html',
 'http://www.azlyrics.com/lyrics/drake/doingitwrong.html',
 'http://www.azlyrics.com/lyrics/drake/therealher.html',
 'http://www.azlyrics.com/lyrics/drake/hyfrhellyafuckinright.html',
 'http://www.azlyrics.com/lyrics/drake/lookwhatyouvedone.html',
 'http://www.azlyrics.com/lyrics/drake/practice.html',
 'http://www.azlyrics.com/lyrics/drake/theride.html',
 'http://www.azlyrics.com/lyrics/drake/hatesleepingalone.html',
 'http://www.azlyrics.com/lyrics/drake/themotto.html',
 'http://www.azlyrics.com/lyrics/drake/tuscanleather.html',
 'http://www.azlyrics.com/lyrics/drake/furthestthing.html',
 'http://www.azlyrics.com/lyrics/drake/startedfromthebottom.html',
 'http://www.azlyrics.com/lyrics/drake/wutangforever.html',
 'http://www.azlyrics.com/lyrics/drake/ownit.html',
 'http://www.azlyrics.com/lyrics/drake/worstbehavior.html',
 'http://www.azlyrics.com/lyrics/drake/fromtime.html',
 'http://www.azlyrics.com/lyrics/drake/holdonweregoinghome.html',
 'http://www.azlyrics.com/lyrics/drake/connect.html',
 'http://www.azlyrics.com/lyrics/drake/thelanguage.html',
 'http://www.azlyrics.com/lyrics/drake/305tomycity.html',
 'http://www.azlyrics.com/lyrics/drake/toomuch.html',
 'http://www.azlyrics.com/lyrics/drake/poundcakeparismortonmusic2.html',
 'http://www.azlyrics.com/lyrics/drake/comethru.html',
 'http://www.azlyrics.com/lyrics/drake/allme.html',
 'http://www.azlyrics.com/lyrics/drake/themotion.html',
 'http://www.azlyrics.com/lyrics/drake/legend.html',
 'http://www.azlyrics.com/lyrics/drake/energy.html',
 'http://www.azlyrics.com/lyrics/drake/10bands.html',
 'http://www.azlyrics.com/lyrics/drake/knowyourself.html',
 'http://www.azlyrics.com/lyrics/drake/notellin.html',
 'http://www.azlyrics.com/lyrics/drake/madonna.html',
 'http://www.azlyrics.com/lyrics/drake/6god.html',
 'http://www.azlyrics.com/lyrics/drake/star67.html',
 'http://www.azlyrics.com/lyrics/drake/preach.html',
 'http://www.azlyrics.com/lyrics/drake/wednesdaynightinterlude.html',
 'http://www.azlyrics.com/lyrics/drake/usedto.html',
 'http://www.azlyrics.com/lyrics/drake/6man.html',
 'http://www.azlyrics.com/lyrics/drake/nowforever.html',
 'http://www.azlyrics.com/lyrics/drake/company.html',
 'http://www.azlyrics.com/lyrics/drake/youthe6.html',
 'http://www.azlyrics.com/lyrics/drake/jungle.html',
 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html',
 'http://www.azlyrics.com/lyrics/drake/myside.html',
 'http://www.azlyrics.com/lyrics/drake/digitaldash.html',
 'http://www.azlyrics.com/lyrics/drake/bigrings.html',
 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html',
 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html',
 'http://www.azlyrics.com/lyrics/drake/scholarships.html',
 'http://www.azlyrics.com/lyrics/drake/plasticbag.html',
 'http://www.azlyrics.com/lyrics/drake/imtheplug.html',
 'http://www.azlyrics.com/lyrics/drake/changelocations.html',
 'http://www.azlyrics.com/lyrics/drake/jumpman.html',
 'http://www.azlyrics.com/lyrics/drake/jersey.html',
 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html',
 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html',
 'http://www.azlyrics.com/lyrics/drake/9.html',
 'http://www.azlyrics.com/lyrics/drake/uwithme.html',
 'http://www.azlyrics.com/lyrics/drake/feelnoways.html',
 'http://www.azlyrics.com/lyrics/drake/hype.html',
 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html',
 'http://www.azlyrics.com/lyrics/drake/redemption.html',
 'http://www.azlyrics.com/lyrics/drake/withyou.html',
 'http://www.azlyrics.com/lyrics/drake/faithful.html',
 'http://www.azlyrics.com/lyrics/drake/stillhere.html',
 'http://www.azlyrics.com/lyrics/drake/controlla490708.html',
 'http://www.azlyrics.com/lyrics/drake/onedance.html',
 'http://www.azlyrics.com/lyrics/drake/grammys.html',
 'http://www.azlyrics.com/lyrics/drake/childsplay.html',
 'http://www.azlyrics.com/lyrics/drake/popstyle.html',
 'http://www.azlyrics.com/lyrics/drake/toogood.html',
 'http://www.azlyrics.com/lyrics/drake/summersoverinterlude.html',
 'http://www.azlyrics.com/lyrics/drake/firedesire.html',
 'http://www.azlyrics.com/lyrics/drake/views.html',
 'http://www.azlyrics.com/lyrics/drake/hotlinebling.html',
 'http://www.azlyrics.com/lyrics/drake/0to100thecatchup.html',
 'http://www.azlyrics.com/lyrics/drake/2onthotful.html',
 'http://www.azlyrics.com/lyrics/drake/4pmincalabasas.html',
 'http://www.azlyrics.com/lyrics/drake/5amintoronto.html',
 'http://www.azlyrics.com/lyrics/drake/9amindallasfreestyle.html',
 'http://www.azlyrics.com/lyrics/drake/alittlefavourgqfreestyle.html',
 'http://www.azlyrics.com/lyrics/drake/allwhitesnippet.html',
 'http://www.azlyrics.com/lyrics/drake/backtobackfreestyle.html',
 'http://www.azlyrics.com/lyrics/drake/barmitzvahin1999.html',
 'http://www.azlyrics.com/lyrics/drake/believeitornot.html',
 'http://www.azlyrics.com/lyrics/drake/bestieverhadremix77364.html',
 'http://www.azlyrics.com/lyrics/drake/bestieverhadremix79041.html',
 'http://www.azlyrics.com/lyrics/drake/beyondthis.html',
 'http://www.azlyrics.com/lyrics/drake/brandnewremix.html',
 'http://www.azlyrics.com/lyrics/drake/cani.html',
 'http://www.azlyrics.com/lyrics/drake/chargedup.html',
 'http://www.azlyrics.com/lyrics/drake/clubparadise.html',
 'http://www.azlyrics.com/lyrics/drake/comereal.html',
 'http://www.azlyrics.com/lyrics/drake/controlla.html',
 'http://www.azlyrics.com/lyrics/drake/daysintheeast.html',
 'http://www.azlyrics.com/lyrics/drake/doitnow.html',
 'http://www.azlyrics.com/lyrics/drake/draftday.html',
 'http://www.azlyrics.com/lyrics/drake/dreamsmoneycanbuy.html',
 'http://www.azlyrics.com/lyrics/drake/enoughsaid.html',
 'http://www.azlyrics.com/lyrics/drake/faith.html',
 'http://www.azlyrics.com/lyrics/drake/fallforyourtype.html',
 'http://www.azlyrics.com/lyrics/drake/fallingup.html',
 'http://www.azlyrics.com/lyrics/drake/forever.html',
 'http://www.azlyrics.com/lyrics/drake/freespirit.html',
 'http://www.azlyrics.com/lyrics/drake/girlslovebeyonce.html',
 'http://www.azlyrics.com/lyrics/drake/goouttonight.html',
 'http://www.azlyrics.com/lyrics/drake/heartthrobbing.html',
 'http://www.azlyrics.com/lyrics/drake/heatofthemoment.html',
 'http://www.azlyrics.com/lyrics/drake/highinjuly.html',
 'http://www.azlyrics.com/lyrics/drake/holdonweregoinghomeremix.html',
 'http://www.azlyrics.com/lyrics/drake/howaboutnow.html',
 'http://www.azlyrics.com/lyrics/drake/hyperemix.html',
 'http://www.azlyrics.com/lyrics/drake/igetlonelytoo.html',
 'http://www.azlyrics.com/lyrics/drake/igetpaper.html',
 'http://www.azlyrics.com/lyrics/drake/itsbeenapleasure.html',
 'http://www.azlyrics.com/lyrics/drake/jodecifreestyle.html',
 'http://www.azlyrics.com/lyrics/drake/july.html',
 'http://www.azlyrics.com/lyrics/drake/kingleon.html',
 'http://www.azlyrics.com/lyrics/drake/layinbedalone.html',
 'http://www.azlyrics.com/lyrics/drake/lightuprikersremix.html',
 'http://www.azlyrics.com/lyrics/drake/noticeme.html',
 'http://www.azlyrics.com/lyrics/drake/onawave.html',
 'http://www.azlyrics.com/lyrics/drake/onedancecultureclashdubplate.html',
 'http://www.azlyrics.com/lyrics/drake/onemanshow.html',
 'http://www.azlyrics.com/lyrics/drake/purpleflowers.html',
 'http://www.azlyrics.com/lyrics/drake/ransom.html',
 'http://www.azlyrics.com/lyrics/drake/righthand.html',
 'http://www.azlyrics.com/lyrics/drake/roundofapplause.html',
 'http://www.azlyrics.com/lyrics/drake/samemistakes.html',
 'http://www.azlyrics.com/lyrics/drake/something.html',
 'http://www.azlyrics.com/lyrics/drake/startedfromthebottomremix.html',
 'http://www.azlyrics.com/lyrics/drake/stunthard.html',
 'http://www.azlyrics.com/lyrics/drake/summersixteen.html',
 'http://www.azlyrics.com/lyrics/drake/sweetermanremix.html',
 'http://www.azlyrics.com/lyrics/drake/takeyoudown.html',
 'http://www.azlyrics.com/lyrics/drake/themottoremix.html',
 'http://www.azlyrics.com/lyrics/drake/thesedays.html',
 'http://www.azlyrics.com/lyrics/drake/trophies.html',
 'http://www.azlyrics.com/lyrics/drake/trustissues.html',
 'http://www.azlyrics.com/lyrics/drake/wemadeitfreestyle.html',
 'http://www.azlyrics.com/lyrics/drake/whatifikissedyou.html',
 'http://www.azlyrics.com/lyrics/drake/whatyouneed.html',
 'http://www.azlyrics.com/lyrics/drake/wherewereyou.html',
 'http://www.azlyrics.com/lyrics/drake/wutangforeverremix.html',
 'http://www.azlyrics.com/lyrics/drake/yamahamama.html',
 'http://www.azlyrics.com/lyrics/drake/zone.html']

I now have a list of paths. Now what I want to do is be able to download the lyrics from each path. First let me figure out how to do that for just one of them. I'll try http://www.azlyrics.com/lyrics/weeknd/highforthis.html

{ 'couplet': """You don't know what's in store But you know what you're here for""", 'song': 'High For This', 'artist': 'The Weeknd', 'URL': 'http://www.azlyrics.com/lyrics/weeknd/highforthis.html'}, {'couplet': """Close your eyes Lay yourself beside me""", 'song': 'High For This', 'artist': 'The Weeknd', 'URL': 'http://www.azlyrics.com/lyrics/weeknd/highforthis.html'}, ... }

The lyrics are in div with no class


In [81]:
# path = 'http://www.azlyrics.com/lyrics/weeknd/highforthis.html'
# artist = 'The Weeknd'

# html_str = urlopen(path).read()
# document = BeautifulSoup(html_str, 'html.parser')

In [51]:
# lyrics = document.findAll('div', {'class': None})[1]

In [52]:
# lyrics


Out[52]:
<div>
<!-- Usage of azlyrics.com content by any third-party lyrics provider is prohibited by our licensing agreement. Sorry about that. -->
You don't know what's in store<br>
But you know what you're here for<br>
Close your eyes<br>
Lay yourself beside me<br>
Hold tight for this ride<br>
We don't need no protection<br>
Come alone<br>
We don't need attention<br>
<br>
Open your hand<br>
Take a glass<br>
Don't be scared<br>
I'm right here<br>
Even though you don't roll<br>
Trust me girl<br>
You wanna be high for this<br>
<br>
Take it off<br>
You want it off<br>
'Cause I know what you're feeling<br>
It's okay girl I feel it too<br>
Let it beat baby breathe<br>
I swear I'm right here<br>
We'll be good; I promise<br>
We'll be so good<br>
<br>
Open your hand<br>
Take a glass<br>
Don't be scared<br>
I'm right here<br>
Even though you don't roll<br>
Trust me girl<br>
You wanna be high for this<br>
You wanna be high for this<br>
<br>
You wanna be high for this<br>
You wanna be high for this<br>
You wanna be high for this
</br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></div>

In [35]:
# list_of_lines = str(lyrics).split('\n')[2:]


---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-35-c4a3b6d569cb> in <module>()
----> 1 list_of_lines = str(lyrics).split('\n')[2:]

NameError: name 'lyrics' is not defined

And now we can do it for all of them. AZ Lyrics stopped me after a while, so I did it in batches, saved them as CSVs, and copied and pasted those CSVs together into one CSV titled "all_lyrics.csv" in Atom.


In [11]:
lyrics_list = []
lyrics_dict = {}
artist = 'Drake'
couplet = ''

for path in paths:
    html_str = urlopen(path).read()
    document = BeautifulSoup(html_str, 'html.parser')
    lyrics = document.findAll('div', {'class': None})[1]
    list_of_lines = str(lyrics).split('\n')[2:]
    for line in list_of_lines:
        if len(line) > 4 and '</br></br>' not in line and '<i>' not in line:
            couplet = couplet + line
            if couplet.count('<br>') == 2:
                lyrics_dict = {
                    'couplet': couplet[:-4],
                    'song': path.replace('http://www.azlyrics.com/lyrics/drake/', '').replace('.html', ''),
                    'artist': artist,
                    'url': path}
                couplet = ''
                lyrics_list.append(lyrics_dict)

In [12]:
lyrics_list


Out[12]:
[{'artist': 'Drake',
  'couplet': "Having conversations with mama, man my life is a mess<br>Ain't been returning the texts, so she been reading the press",
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': 'She got google alerts, them shits go straight to her phone<br>She worry bout me from home, you know she raised me alone',
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': 'She said "I heard you back with you know who"<br>I told her "Girl I\'m always back with you know who"',
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': 'And she like "Who are we kidding"<br>"You\'re only 27 you just being you"',
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': '"You\'re your fathers child man thank god you got some me in you"<br>At least I always, at least I always see it through',
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': "At least I'm always being true to what you taught me<br>Retired teacher but your words still got me evolving",
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': 'Never get sloppy drunk, but alcohol is problem solving<br>And look I hate it when you hate on all my girlfriends',
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': "And assistants always convinced that there's always someone better<br>Like that girl from that gym who trains you",
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': "I know you wanna arrange it, you told me she's free thursday<br>And I'm sure that she's a angel but she don't want this life",
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': "The timing ain't right<br>Maybe one day but even one day with us is a time of a life",
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': "We do things that people pay to document<br>You got the sweetest heart but I'm not here to give out compliments, or boost nobody confidence momma",
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': "I got no friends in this momma<br>I don't pretend with this momma",
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': "I'on joke with this momma<br>I pull the knife out my back and cut they throat with it momma",
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': 'I\'m "Game of Thrones" with it momma<br>I\'m "Home Alone" with it momma',
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': "I'm t-<br>I really hate using this tone with you momma",
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': 'I really hate getting aggressive on this phone with you momma<br>I really hate wasting your time to check a clone or two momma',
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': "It's just they cloning me momma<br>Them niggas wannabes momma",
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': "Its like - I'm the one they wanna be momma<br>I just- I- I can't be out here being vulnerable momma",
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': 'I mean I kill em every time they do a song with me momma<br>I sing a hook they sing along with me momma',
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': 'What more they want from me momma?<br>Yeah, this is a crazy life',
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': 'But you and the six raised me right<br>"Don\'t ever take advice," that was great advice',
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': "You and the six raised me right, that shit saved my life<br>Having conversations with momma, we start talkin' bout dad",
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': 'You know he dropping a single, he saying this is his window<br>That nigga still wearing linen, that nigga still in the club',
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': 'Call him after we get off the phone and show him some love<br>That nigga memphis for real, girl he love you to death',
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': "He made mistakes throughout his life that he still doesn't accept<br>But he just want our forgiveness, and fuck it look how we living",
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': "I'm content with this story, who are we not to forgive him?<br>At least I been to a prison, at least I know what it's like",
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': 'I used to rap on the phone, one of his friends doing life<br>And now I got me a Grammy, that could be part of the reason',
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': "Let's just call this shit even, we got some things to believe in<br>Do you remember back to Weston Road, Scarlett Road?",
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': "Hangin' with Aaron Bell and Reny shit could've gone south for me he looked out for me ma<br>He never let me do drugs",
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': 'He let me shoot a gun one summer but out there everyone does<br>He made me listen to his music, old music, soul music',
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': "Shit that can only be created if you go through it<br>I used to get teased for being black, and now I'm here and I'm not black enough",
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': "Cause I'm not acting tough or making stories up bout where I'm actually from<br>But I just roll with it momma, rolling stone with it momma",
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': "Gotta be careful around rolling stones or anyone that's tryna throw stones at me momma<br>I'm not condoning it momma",
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': "They will not tear nothing down I built this home for you momma<br>Know I don't call enough momma",
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': 'I just been working with so little time for personal momma<br>Hard labor let me pay the price',
  'song': 'youthe6',
  'url': 'http://www.azlyrics.com/lyrics/drake/youthe6.html'},
 {'artist': 'Drake',
  'couplet': 'You and the six raised me right that shit saved my lifeRock me real slowly<br>Put a bib on me',
  'song': 'jungle',
  'url': 'http://www.azlyrics.com/lyrics/drake/jungle.html'},
 {'artist': 'Drake',
  'couplet': "I'm just like a baby, drooling over you<br>The things you do",
  'song': 'jungle',
  'url': 'http://www.azlyrics.com/lyrics/drake/jungle.html'},
 {'artist': 'Drake',
  'couplet': "These days, I'm letting God handle all things above me<br>The things I can't change are the reasons you love me",
  'song': 'jungle',
  'url': 'http://www.azlyrics.com/lyrics/drake/jungle.html'},
 {'artist': 'Drake',
  'couplet': "Listen you can hear them calling my name<br>I'm all over the place, I can't sit in one place",
  'song': 'jungle',
  'url': 'http://www.azlyrics.com/lyrics/drake/jungle.html'},
 {'artist': 'Drake',
  'couplet': "I'm not ashamed at all<br>Still findin' myself, let alone a soulmate, I'm just sayin'",
  'song': 'jungle',
  'url': 'http://www.azlyrics.com/lyrics/drake/jungle.html'},
 {'artist': 'Drake',
  'couplet': 'Feel like we one and the same, our relationship changed<br>That or it never existed',
  'song': 'jungle',
  'url': 'http://www.azlyrics.com/lyrics/drake/jungle.html'},
 {'artist': 'Drake',
  'couplet': "Whenever they say somethin' bout us, you listen<br>But fuck what they talkin' about on your timeline",
  'song': 'jungle',
  'url': 'http://www.azlyrics.com/lyrics/drake/jungle.html'},
 {'artist': 'Drake',
  'couplet': "That's cuttin' all into my time with you<br>Fuck what they talkin' about on your timeline",
  'song': 'jungle',
  'url': 'http://www.azlyrics.com/lyrics/drake/jungle.html'},
 {'artist': 'Drake',
  'couplet': "That's cuttin' all into my time with you<br>She said you're my everything",
  'song': 'jungle',
  'url': 'http://www.azlyrics.com/lyrics/drake/jungle.html'},
 {'artist': 'Drake',
  'couplet': 'I love you through everything<br>I done did everything to her',
  'song': 'jungle',
  'url': 'http://www.azlyrics.com/lyrics/drake/jungle.html'},
 {'artist': 'Drake',
  'couplet': "She forgave me for everything, this a forever thing<br>Hate that I treated like it's a whatever thing",
  'song': 'jungle',
  'url': 'http://www.azlyrics.com/lyrics/drake/jungle.html'},
 {'artist': 'Drake',
  'couplet': 'Trust me girl, this shit is everything to me<br>She from the Jungle, she from the Jungle',
  'song': 'jungle',
  'url': 'http://www.azlyrics.com/lyrics/drake/jungle.html'},
 {'artist': 'Drake',
  'couplet': 'I take somebody elses car, drive it undercover<br>This shit is everything to me, this shit is everything',
  'song': 'jungle',
  'url': 'http://www.azlyrics.com/lyrics/drake/jungle.html'},
 {'artist': 'Drake',
  'couplet': "Don't know where we stand, I used to hit you bout everything<br>Are we still good? Are we still good?",
  'song': 'jungle',
  'url': 'http://www.azlyrics.com/lyrics/drake/jungle.html'},
 {'artist': 'Drake',
  'couplet': 'Are we still good? Are we still good?<br>If I need to talk are you around?',
  'song': 'jungle',
  'url': 'http://www.azlyrics.com/lyrics/drake/jungle.html'},
 {'artist': 'Drake',
  'couplet': 'Are you down for the cause?<br>Are you down? Are you down? Are you down?',
  'song': 'jungle',
  'url': 'http://www.azlyrics.com/lyrics/drake/jungle.html'},
 {'artist': 'Drake',
  'couplet': 'Are you down for the cause?<br>Are you down? Are you down? Are you down?',
  'song': 'jungle',
  'url': 'http://www.azlyrics.com/lyrics/drake/jungle.html'},
 {'artist': 'Drake',
  'couplet': 'Are you down for the cause?<br>You still down? You still down? You still down?',
  'song': 'jungle',
  'url': 'http://www.azlyrics.com/lyrics/drake/jungle.html'},
 {'artist': 'Drake',
  'couplet': 'These days these new girls got me nervous<br>They go to school and do bottle service',
  'song': 'jungle',
  'url': 'http://www.azlyrics.com/lyrics/drake/jungle.html'},
 {'artist': 'Drake',
  'couplet': "They can't decide, they keep switching majors<br>Being indecisive makes me anxious",
  'song': 'jungle',
  'url': 'http://www.azlyrics.com/lyrics/drake/jungle.html'},
 {'artist': 'Drake',
  'couplet': "Call your number and it's out of service<br>Who can I call for your information?",
  'song': 'jungle',
  'url': 'http://www.azlyrics.com/lyrics/drake/jungle.html'},
 {'artist': 'Drake',
  'couplet': "What am I supposed to do after we done everything that we've done?<br>Who is your replacement?",
  'song': 'jungle',
  'url': 'http://www.azlyrics.com/lyrics/drake/jungle.html'},
 {'artist': 'Drake',
  'couplet': 'Are we still good? Are we still good?<br>Are we still good? Are we still good?Yeah, oh you gotta love it',
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "Oh you got, oh you gotta love it<br>I heard what circulated, let's get to the bottom of it",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': 'I told 1da send me something and I got it covered<br>Somehow always rise above it',
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "Why you think I got my head in the clouds on my last album cover?<br>The game is all mine and I'm mighty possessive",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': 'Lil Wayne could not have found him a better successor<br>Every shot you see them take at me? They all contested',
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': 'Allen Iverson shoe deal, these niggas all in question<br>Last night I went to sleep, wanted more',
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': 'Tried to decide what direction I should go towards<br>Some nights I wish I could go back in life',
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "Not to change shit, just to feel a couple things twice<br>28 at midnight, wonder what's next for me",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "Longevity, wonder how long they'll check for me<br>Prolly forever if I stay in my zone",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "I speak on this generation but can't change it alone<br>I heard a lil lil homie talking reckless in Vibe",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "Quite a platform you chose, you shoulda kept it inside<br>Oh you tried, it's so childish calling my name on the world stage",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "You need to act your age and not your girl's age<br>It gets worse by the annual my career's like a how to manual",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "So I guess it's understandable man<br>Oh you gotta love it, you gotta love it cheer",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "I know rappers that call Paparazzi to come and get 'em<br>To show they outfits off, guess they need the attention",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "I remember when it used to be music that did it<br>But then again times have changed man, who are we kiddin'?",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "I'm managed by my friends that I grew up with<br>I'd rather give that 15% to people I fuck with",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "If me and Future hadn't made it with this rappin'<br>We prolly be out in Silicon tryna get our billions on",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "But here we are, yeah<br>Lately I feel the haters eatin' away at my confidence",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': 'They scream out my failures and whisper my accomplishments<br>Bitches alter my message like we have words',
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "And stories bout my life hit the net like a bad serve<br>Bitter women I'm overtextin' are PMSing crazy this year",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "Fuckin' with my image<br>I've been tryna reach to you so I can save 'em this year",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': 'Fuck it I guess I gotta wait til next year<br>And I heard someone say something that stuck with me a lot',
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "Bout how we need protection from those protectin' the block<br>Nobody lookin' out for nobody",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "Maybe we should try and help somebody or be somebody<br>Instead of bein' somebody that makes the news",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': 'So everybody can tweet about it<br>And then they start to RIP about it',
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': 'And four weeks later nobody even speaks about it<br>Damn, I just had to say my piece about it',
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "Oh you gotta love it<br>But they scared of the truth so back to me showin' out in public",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "That's a hotter subject<br>I've been whippin' Mercedes and nigga try to budget",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': 'I gotta make it back to Memphis to check on my cousins<br>Shout out to Ashley, Biama, Julia, Ericka, Southern America',
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "Part of my heritage, pardon my arrogance, part in my hair again<br>That's that comeback flow, comeback flow",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "Once I start it's apparent<br>I wanted a girl whose ass is so big that's partly embarrassin'",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "But fuck all the blushin' and fuck your discussions<br>And fuck all the judgement",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "Your content so aggressive lately, what's irkin' you?<br>Shit is gettin' so personal in your verses too",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "I wanna prove that I'm number one over all these niggas<br>Bein' number two is just being the first to lose",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "My city dictated music, nobody seein' us<br>Winter here already but somehow I'm heatin' up",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "Been observin' the game and felt like I've seen enough<br>Let's drop a tape on these niggas then we'll see what's up",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "Yea, boy you rappin' like you seen it all<br>You rappin' like the throne should be the three of ya'll",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': '"Best I Ever Had" seems like a decade ago<br>Decadent flow and I still got a decade to go',
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "Oh please, take at ease, where's the love and the peace<br>Why you rappin' like you come from the streets?",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "I got a backyard where money seems to come from the trees<br>And I'm never ever scared to get some blood on my leaves",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "Phantom slidin' like the shit just hit a puddle of grease<br>I cook the beef well done on the double with cheese",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "Special order for anybody that's comin' for me<br>Shit you probably flinch if somebody sneeze",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "You see they got me back like it's just 40, Oli, and me<br>Cuttin' all loose ends, I be the barber for free",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "I'm almost at four minutes going off on the beat<br>Feel like I'm in the Malibu that had the cloth on the seats",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "Man, oh you gotta love it<br>And on top of that it's getting harder to eat",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': 'Rappers downgrading houses<br>Putting cars on the lease',
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "To think labels said they had a problem marketing me<br>And now it's everybody else that's getting hard to believe",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "Oh you gotta love it<br>And head to toe I'm Prada covered",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "I know your girl well, just not in public<br>Blame the city, I'm a product of it",
  'song': '6pminnewyork',
  'url': 'http://www.azlyrics.com/lyrics/drake/6pminnewyork.html'},
 {'artist': 'Drake',
  'couplet': "Young nigga from the city<br>You gotta love itYeah, that's about it",
  'song': 'myside',
  'url': 'http://www.azlyrics.com/lyrics/drake/myside.html'},
 {'artist': 'Drake',
  'couplet': 'This shit sound like what being rich feel like<br>Fo real',
  'song': 'myside',
  'url': 'http://www.azlyrics.com/lyrics/drake/myside.html'},
 {'artist': 'Drake',
  'couplet': "This life shit, is everywhere you can't control it<br>Too much going on",
  'song': 'myside',
  'url': 'http://www.azlyrics.com/lyrics/drake/myside.html'},
 {'artist': 'Drake',
  'couplet': 'Too much, too much, too much, too much<br>Too much, too much',
  'song': 'myside',
  'url': 'http://www.azlyrics.com/lyrics/drake/myside.html'},
 {'artist': 'Drake',
  'couplet': 'You, you, you<br>Make me wanna take ya down through there',
  'song': 'myside',
  'url': 'http://www.azlyrics.com/lyrics/drake/myside.html'},
 {'artist': 'Drake',
  'couplet': "Make me wanna take ya down through there<br>I'll take it down",
  'song': 'myside',
  'url': 'http://www.azlyrics.com/lyrics/drake/myside.html'},
 {'artist': 'Drake',
  'couplet': 'Why you never come to where I stay?<br>Always hiding out in your New York condo',
  'song': 'myside',
  'url': 'http://www.azlyrics.com/lyrics/drake/myside.html'},
 {'artist': 'Drake',
  'couplet': 'Why you never come to where I stay?<br>If anybody knows, girl you know, I know',
  'song': 'myside',
  'url': 'http://www.azlyrics.com/lyrics/drake/myside.html'},
 {'artist': 'Drake',
  'couplet': "Why are we wasting our relationship on a relationship?<br>Why are we rushing and forcing it? This isn't making sense",
  'song': 'myside',
  'url': 'http://www.azlyrics.com/lyrics/drake/myside.html'},
 {'artist': 'Drake',
  'couplet': "Why are we focused on things that don't even mean nothing, girl?<br>Why can we not find the time and sit down and discuss it, girl?",
  'song': 'myside',
  'url': 'http://www.azlyrics.com/lyrics/drake/myside.html'},
 {'artist': 'Drake',
  'couplet': 'Let me at least tell you my side of things, man<br>Aw man, aw man',
  'song': 'myside',
  'url': 'http://www.azlyrics.com/lyrics/drake/myside.html'},
 {'artist': 'Drake',
  'couplet': "Aw, man<br>Me and you are playing house, start think that I'm losing touch",
  'song': 'myside',
  'url': 'http://www.azlyrics.com/lyrics/drake/myside.html'},
 {'artist': 'Drake',
  'couplet': 'Got a tight grip on ya now, maybe I should loosen up<br>When I leave you and I go home, I start forgetting what it is',
  'song': 'myside',
  'url': 'http://www.azlyrics.com/lyrics/drake/myside.html'},
 {'artist': 'Drake',
  'couplet': 'Start to think I got to get it how I live<br>We too busy for a wedding or a kid',
  'song': 'myside',
  'url': 'http://www.azlyrics.com/lyrics/drake/myside.html'},
 {'artist': 'Drake',
  'couplet': "If I'm working then I know you working<br>Keep in touch with other women, cause you make me nervous",
  'song': 'myside',
  'url': 'http://www.azlyrics.com/lyrics/drake/myside.html'},
 {'artist': 'Drake',
  'couplet': "I empower girls that don't deserve it<br>I don't mean to do that shit on purpose",
  'song': 'myside',
  'url': 'http://www.azlyrics.com/lyrics/drake/myside.html'},
 {'artist': 'Drake',
  'couplet': "It's just that when I go home, I start forgetting what it is<br>The dream is over, I get lost up in the 6",
  'song': 'myside',
  'url': 'http://www.azlyrics.com/lyrics/drake/myside.html'},
 {'artist': 'Drake',
  'couplet': "You don't ever come to where I stay<br>You just rather stay up in your New York condo",
  'song': 'myside',
  'url': 'http://www.azlyrics.com/lyrics/drake/myside.html'},
 {'artist': 'Drake',
  'couplet': "You don't ever come to where I stay<br>If anybody knows, girl you know, I know",
  'song': 'myside',
  'url': 'http://www.azlyrics.com/lyrics/drake/myside.html'},
 {'artist': 'Drake',
  'couplet': 'Why are we wasting our relationship on a relationship?<br>You know how sticky these situation get',
  'song': 'myside',
  'url': 'http://www.azlyrics.com/lyrics/drake/myside.html'},
 {'artist': 'Drake',
  'couplet': 'You go up higher than me some days<br>You know what I think we could be some day',
  'song': 'myside',
  'url': 'http://www.azlyrics.com/lyrics/drake/myside.html'},
 {'artist': 'Drake',
  'couplet': 'Let me at least show you my side of things, man<br>Aw man, aw man',
  'song': 'myside',
  'url': 'http://www.azlyrics.com/lyrics/drake/myside.html'},
 {'artist': 'Drake',
  'couplet': 'Aw manMy dope in the bushes<br>My dope in the bushes',
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': 'I know how to cook it<br>My bitch good looking',
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': 'My bitch good looking<br>My bitch good looking',
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': 'My dope in the bushes<br>I know how to cook it',
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': 'Yeah, yeah, yeah<br>I did the digital dash',
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': 'I fuck your bitch in the passenger<br>I give the junky a blast',
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': 'I send that dope to your momma tho<br>Out in the streets like thermometers',
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': "You rats will never be honorable<br>They know I'mma kid of my word",
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': 'A hustler the first to the first<br>These bitches be naggin the kid',
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': 'They get on my motherfucking nerves<br>I showed her my racks and they love me',
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': "I'm smokin' that pack on muddy<br>Taliban on these hoes",
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': 'Give a Xan to these hoes<br>Got em playing with they nose',
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': 'I sleep on the beach off the avenue<br>I came to your city with revenue',
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': 'I put in work it was evident<br>I slide on your ass in the 7 deuce',
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': "Come back on your bitch in a six trey<br>Chevy, Mercedes I keep em' comin'",
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': "Fuck all these bitches I keep em' comin'<br>I pull up right now I'm parallel",
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': "I hit your block with them swangers<br>My niggas ain't nothin' but some bangers",
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': "I sit in the trap with the gangsters<br>You don't come around here cause its dangerous",
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': "I be hangin' around here and I'm famous<br>Gotta keep the trigger by my finger",
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': 'Hit her sideways when I banged her<br>In the driveway on a perc',
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': 'I was sideways on a perc<br>Had a stick on me, thats a first',
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': "Got your bitch on me gettin' murked<br>I post up and thats confident",
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': 'I boast up in a drop 6<br>Gotta Ghost Royce and I pop shit',
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': "I'm a dope boy with that cock trip<br>I came in the game I had crack on me",
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': "Got big with my bag with some Act on me<br>I'm single and shit and she lash on me",
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': "I told em' I'm back on my bachelor<br>I get focused on millions and everything",
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': 'I just took me a trip out to Africa<br>See how we came from the mud and the bottom, we did it',
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': "I see how they countin' this out<br>Bet they ain't never gonna do it again",
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': "You see why these niggas be hatin', ignorin, I'm goin' right in<br>I was born to get this money in this life of sin",
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': 'I bought up before they got my dog on murder again<br>See the fire come out the ass on the Lamborghini',
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': "When you say you love a nigga do you really mean it<br>When I was sleepin' on the floor you shoulda seen how they treat me",
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': 'I pour the Actavis and pop pills so I can fight the demons<br>I did the digital dash',
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': 'I fuck the bitch in the passenger<br>I give the junky a blast',
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': 'I send that dope to lil mama<br>You rats will never be honorable',
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': "They know I'mma kid of my word<br>A hustler the first to the first",
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': 'These bitches be nagging the kid<br>Fuck it, it is what it is, if you get hit you get hit',
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': "I don't forget or forgive<br>Told myself never again, I don’t let nobody in",
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': "Super just showed out again<br>And we just keep servin' and servin' again",
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': "And again and again and again<br>I move the game up, I'm reckless",
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': 'I’m Harlem shaking through the pressure<br>I might put Diddy on my next shit',
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': 'I might could fit you in on a Wednesday<br>I’m not here for no pretend shit',
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': "Just walked in with a girl that’s making triple what I’m making, what an entrance<br>That's when you know its a body",
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': "Zone 6, they know it's a body<br>Kirkwood, they know it's a body",
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': "Lil Mexico know it's a body<br>Scooter in here with the zombies",
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': "Gucci get out it's a problem<br>I might take Quentin to Follies",
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': 'You hate your life, just be honest<br>I got the digital dash',
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': 'She want a picture with all of my niggas that just made the visual last<br>But she too embarrassed to ask',
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': 'I got my foot on their neck and my foot on the gas<br>You remind me of a quarterback, that shit is all in the past',
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': 'Esco and Boomin they got it on smash<br>And I got the, I got the, I got the, I got the, I',
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': 'I did the digital dash<br>I fuck the bitch on the passenger',
  'song': 'digitaldash',
  'url': 'http://www.azlyrics.com/lyrics/drake/digitaldash.html'},
 {'artist': 'Drake',
  'couplet': 'I give the junky a blast<br>I send that dope to lil mamaYea, I know we just signed a deal but',
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': "I need my advance on the next one too<br>They know I'm a be around",
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': 'Yea, I need it<br>Cause I got a really big team',
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': 'And they need some really big rings<br>They need some really nice things',
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': "Better be comin' with no strings<br>Better be comin' with no strings",
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': 'We need some really nice things<br>We need some really big rings',
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': 'I got a really big team, I got a really big team<br>And they need some really big rings',
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': "They need some really nice things<br>Better be comin' with no strings",
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': "Better be comin' with no strings<br>We need some really nice things",
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': 'We need some really big rings<br>I got a really big team',
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': 'Man what a time to be alive<br>You and yours vs. me and mine',
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': "Oh we talkin' teams? Oh we talkin' teams?<br>Oh you switchin' sides? Wanna come with me?",
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': 'Look at the smile on me, look at the owl on me<br>I do not chase girls, but they run a mile for me',
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': "Say she gon' ride for me, I'll buy the tires for you<br>This game is different, you only get one shot when niggas gon' foul on you",
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': "Man fuck 'em all, man we want it all<br>Don't get too involved, we gon' knock you off",
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': "And to top it all, I'm with all the dogs<br>It's a new season and we still breathin'",
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': 'And I got a really big team<br>And they need some really big rings',
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': "They need some really nice things<br>Better be comin' with no strings",
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': "Better be comin' with no strings<br>We need some really nice things",
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': 'We need some really big rings<br>I got a really big team',
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': 'I got a really big team<br>They need some really big rings',
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': "They need some really nice things<br>Better be comin' with no strings",
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': "Better be comin' with no strings<br>We need some really nice things",
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': 'We need some really big rings<br>I got a really big team',
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': "Man what a time, to be alive<br>I'm drinkin' lean, they thought I died",
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': "I run with kidnappers, I'm talkin' 'bout kidnappers<br>I'm talkin' 'bout murderin' niggas, I'm talkin' 'bout carjackers",
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': "You just a battle rapper, I'm an official trapper<br>Niggas be droppin' subliminals, they're just some jibber jabber",
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': "We take a Mellow Yellow then fill it with red forever-ever<br>These niggas is jealous, jealous, these niggas is scared, they tellin'-tellin'",
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': 'I fuck a check up on everything, I bought some ice when the feds came<br>I bought that new Celine, I got some rings, I got racks like Serena',
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': 'All of my rings Aquafina, my bitch Aquafina<br>Pluto and Jupiter, I go to Venus',
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': "Fresh out the store but I'm not out the cleaners<br>Who keepin' score cause these niggas, they losin'",
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': 'Cause I got a really big team<br>And they need some really big rings',
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': "They need some really nice things<br>Better be comin' with no strings",
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': "Better be comin' with no strings<br>We need some really nice things",
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': 'We need some really big rings<br>I got a really big team, I got a really big team',
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': 'And they need some really big rings<br>They need some really nice things',
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': "Better be comin' with no strings<br>Better be comin' with no strings",
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': 'We need some really nice things<br>We need some really big rings',
  'song': 'bigrings',
  'url': 'http://www.azlyrics.com/lyrics/drake/bigrings.html'},
 {'artist': 'Drake',
  'couplet': 'I got a really big team<br>Man what a timeHendrix ah, ah',
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': 'I woke up like this<br>Reporting live from the fucking gutter bitch',
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': "I ain't talking about some real money shit<br>I ain't talking nothin' but big money shit",
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': "I ain't talking nothin' but big money bitch<br>Reporting live from the gutter",
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': "I'll buy these motherfuckers talking big money shit bitch<br>Straight up out the gutter, never had shit",
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': 'Now we got 90210 on our address<br>Talking 10 mill just to get an asset',
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': "I know them tears did on my last bitch<br>The money made me hungry I'm a savage",
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': "I've seen stars lining up you can't imagine<br>I watched my broad give up on me like I'm average",
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': 'I went back inside the attic count it up and started laughing, ha<br>I went back inside the attic count it up and started laughing, ha',
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': 'Cuban links hanging on my wrist I was on welfare<br>Wake up in the house I look around see bales everywhere',
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': 'I see girls everywhere, I see scales everywhere<br>I see hell everywhere, I get mail everywhere',
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': "Walked outside Buford County came out in a Learjet<br>A fiend for that lean I ain't even started drinking beer yet",
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': "They bust the trap, I live there<br>Came out clean, I ain't clean my shit still there",
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': 'Just imagine you was living lavish and they still there<br>Walk up in the crib look pools sitting on the hill now',
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': 'I just need some niggas with me that will keep it real yeah<br>Got a lot of pretty bitches I just paid their bills now',
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': "Money make me feel good but does she make me feel good<br>Known for gettin' that guala out in Europe while we’re still hood",
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': "Known to pop a bottle on a motherfucker like I'm on my last damn dollar<br>Reporting live from the fucking gutter bitch",
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': "I ain't talking about some real money shit<br>I ain't talking nothin' but big money shit",
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': "I ain't talking nothin' but big money bitch<br>Reporting live from the gutter, I will buy this motherfucker",
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': 'It’s not even a discussion (whoop)<br>And I got my niggas with me, yeah, yeah',
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': "She gon' end up dipping with me, yeah, yeah<br>And I got her tripping off of yay, yay",
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': "Pillow talking dishing out on all y'all<br>In one ear and out the other",
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': 'Shut your mouth and take what’s coming<br>Live from the gutter dog, yeah, yeah',
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': 'She don’t want pets but I’m a dog, yeah, yeah<br>And she love it dog, yeah, yeah',
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': 'And she love it dog, yeah, yeah<br>On the Billboards, all we do is pop shit',
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': "Soon as that night fall, that's when we lock in<br>This for my niggas on that bullshit and that nonsense",
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': 'This for my dogs who go Karrueche with the chopsticks<br>And we gon miss you',
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': "They don’t wanna smoke they don't want no issue<br>But these the times we gotta live through",
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': "But these the times we gotta live through<br>And I'm...",
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': "Reporting live from the fucking gutter<br>I ain't talking about some real money shit",
  'song': 'livefromthegutter',
  'url': 'http://www.azlyrics.com/lyrics/drake/livefromthegutter.html'},
 {'artist': 'Drake',
  'couplet': "Reporting live from the damn gutter<br>Swear to god I'll buy this motherfucker ahhI'm at a stage in my life where I feel like I can conquer anything and everything",
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': 'Sipping on Dom Pérignon for no reason<br>Popping tags, upper echelon for no reason',
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': "Seen this bad little jawn, she was perfect<br>I'll let her push the foreign right now if she worth it",
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': "Balling in the middle of the club, no jersey<br>I don't want no liquor cause I been drinking that dirty",
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': 'Bring that ace, bought a case, my niggas with me<br>Bring some ice for my cup I drink with me',
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': 'Diamond, diamond, diamond, diamonds on me dancing<br>Diamond, diamond, diamond, diamonds on me dancing',
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': 'Diamond, diamond, diamond, diamonds on me dancing<br>Diamond, diamond, diamond, diamonds on me dancing',
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': 'And you know what I need from you when I get home<br>You better not be on the phone',
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': 'Talking up a storm like you usually do<br>Talking up your friends like you usually do',
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': "Telling them I never spend time with you<br>It's hard to find a time we been",
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': 'Sipping on Dom Pérignon for no reason<br>Popping tags, upper echelon for no reason',
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': "Seen this bad little jawn, she was perfect<br>I'll let her push the foreign right now if she worth it",
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': "Balling in the middle of the club, no jersey<br>I don't want no liquor cause I been drinking that dirty",
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': 'Bring that ace, bought a case, my niggas with me<br>Bring some ice for my cup I drink with me',
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': 'Diamond, diamond, diamond, diamonds on me dancing<br>Diamond, diamond, diamond, diamonds on me dancing',
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': 'Diamond, diamond, diamond, diamonds on me dancing<br>Diamond, diamond, diamond, diamonds on me dancing',
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': "I'm familiar with this cash flow<br>And if you juggin' you can vouch for me",
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': 'I did it my way, you could vouch for me<br>I put the cocaine in the powder in the couch homie',
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': 'Whenever I step outside the house I keep that glockie on me<br>Bad bitches wanna come buy the paparazzi on me',
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': "I got so many bad bitches that I barely wanna<br>I'm barely paying attention, baby I need substance",
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': 'I know you spend some time putting on some makeup and your outfit but<br>Diamond, diamond, diamond, diamonds on me dancing',
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': 'Diamond, diamond, diamond, diamonds on me dancing<br>Diamond, diamond, diamond, diamonds on me dancing',
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': 'Diamond, diamond, diamond, diamonds on me dancing<br>You doing me dirty',
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': 'You doing me dirty<br>You doing me dirty',
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': 'You doing me dirty<br>You know',
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': "How we let it get like this I don't know<br>But that nigga can't save your soul, nah",
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': "Doing me dirty, you doing me dirty<br>Haven't a nigga heard from you",
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': "How can you live with yourself<br>Haven't even heard from you",
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': 'How can you live with yourself<br>Ungrateful, ungrateful',
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': "Your momma be ashamed of you<br>I haven't even heard from you, not a single word from you",
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': "Ungrateful<br>I'm too good for you, too good for you",
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': 'You should go back to a perfect match for you, unstable<br>Doing me dirty (dirty, dirty)',
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': "You're making me nervous<br>I haven't even heard from you",
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': "You look drained, you look exhausted<br>Girl them late nights ain't good for you",
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': "Really starting to show on you<br>Don't hit me up when it's good for you",
  'song': 'diamondsdancing',
  'url': 'http://www.azlyrics.com/lyrics/drake/diamondsdancing.html'},
 {'artist': 'Drake',
  'couplet': "UngratefulI wake up on a daily basis<br>I count this money up, I'm already rich",
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': 'I go so hard with these riches<br>I fell in love as a dodie',
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': 'I fell in love with the rollie<br>I wake up, and pray every morning',
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': "These demons, they callin' my soul<br>I said fuck all of you hoes",
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': "I'm ballin' outta control<br>I'm ballin' outta control",
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': 'If I could give everything back to you<br>All this passion I got, all I ever needed',
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': 'For me to move on and succeed<br>For me to move on and succeed',
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': "Jealousy, envy and greed<br>Too much of that shit I don't need it",
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': 'I turned on the gas with a nickle plated<br>I sit back and laugh cause these niggas traitors',
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': 'Mentally, none of this shit can phase me<br>Mentally, none of this shit can phase me',
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': 'I came out the trenches, I really made it<br>I come out the gutter, I really made it',
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': 'I stack up the butter, I gotta save it<br>Stack up the cheddar, you gotta save it',
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': "Shoot out the car man, no lovey dovey<br>These bitches, they lookin' for hubbie hubbie",
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': "I'm lookin' for paper in any city<br>I got a bitch located in every city",
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': "Gotta have 'em sticks on us in every city<br>Take the private cause lately out here we gettin' it",
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': 'Spent like seven hundred thousand on both of the Bentleys<br>I got love for the city, I juug and get it',
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': "I wake up on a daily basis<br>I count this money up, I'm already rich",
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': 'I go so hard with these riches<br>I feel in love with the dodie',
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': 'I fell in love with the rollie<br>I wake up and pray every morning',
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': 'Demons, they call my soul<br>I said fuck all of you hoes',
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': "I'm ballin' outta control, I'm ballin' outta control<br>I'm ballin' outta control, I'm ballin' outta control",
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': "I need acknowledgement, If I got it then tell me I got it then<br>I'm ballin' outta control, keep on receiving the scholarships",
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': "Mail comin' to the house, nigga please, watch your mouth<br>I'm the one without a doubt, yeah",
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': "And I rock Kentucky blue on these hoes<br>Drafted, I'm gettin' choose by these hoes",
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': "Usually they just leave when we done<br>I don't wanna share no room with these hoes",
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': "Metro gon' make it boom on these hoes<br>And me, I just stick and move on these hoes",
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': "We got that purple rain for the pain<br>My niggas, we ain't change, we ain't change",
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': "I wake up on a daily basis<br>I count this money up, I'm already rich",
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': 'I go so hard with these riches<br>I fell in love as a dodie',
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': 'I fell in love with the rollie<br>I wake up, and pray every morning',
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': "These demons, they callin' my soul<br>I said fuck all of you hoes",
  'song': 'scholarships',
  'url': 'http://www.azlyrics.com/lyrics/drake/scholarships.html'},
 {'artist': 'Drake',
  'couplet': "I'm ballin' outta control, I'm ballin' outta control<br>I'm ballin' outta control, I'm ballin' outta controlIf anybody know",
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'I know<br>Yeah',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'Get a plastic bag<br>Go ahead and pick up all the cash',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'Go ahead and pick up all the cash<br>You danced all night, girl, you deserve it',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'Oh yeah, Magic city on a Monday<br>Esco treat that shit like church on Sunday',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'Niggas look at us like ‘maybe one day’<br>Maybe one day, maybe one day',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'But for now a nigga got the ones with me<br>I be in the club with the bands',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'Like I got the keyboard and the drums with me<br>Maybe one day, maybe one day',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'You will understand how I get it though<br>Man, it’s everything I ever said it is',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'Mix the liquors, course, with the sedatives<br>I roll up with the bands on me',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'This a good night to dance on me<br>This a good night to dance on me',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'This a good night to dance on me, oh<br>Get a plastic bag',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'Go ahead and pick up all the cash<br>Go ahead and pick up all the cash',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'You danced all night, girl, you deserve it<br>Get a plastic bag',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'Go ahead and pick up all the cash<br>Go ahead and pick up all the cash',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'You danced all night, girl, you deserve it<br>Yeah, last time they seen this shit it was BMF',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'I know Big Meech and J-Bo, they were there<br>I know OG indiana and Shuge were there',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'Oh yeah, oh yeah<br>Bust it out the wrapper, blow it in the air',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'Oh yeah, oh yeah<br>Throw more money on a Monday than you make in a year',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'Oh yeah, order 60,000 ones<br>Told the owner ‘bout to break a record',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'Hit the parking lot, it’s looking like a video<br>Bunch of pretty hoes, high sadity hoes',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'Whole lot of Xans and we pass them around the table<br>Magic City on a Monday',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'We worship this like a Sunday<br>Oh yeah',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'Get a plastic bag<br>Go ahead and pick up all the cash',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'Go ahead and pick up all the cash<br>You danced all night, girl, you deserve it',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'Get a plastic bag<br>Go ahead and pick up all the cash',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'Go ahead and pick up all the cash<br>You danced all night, girl, you deserve it',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'Get a plastic bag<br>Go ahead and pick up all the cash',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'Go ahead and pick up all the cash<br>You danced all night, girl, you deserve it',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'Get a plastic bag<br>Go ahead and pick up all the cash',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'Go ahead and pick up all the cash<br>You danced all night, girl, you deserve it',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'Get a plastic bag<br>Go ahead and pick up all the cash',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'Go ahead and pick up all the cash<br>You danced all night, girl, you deserve it',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'Get a plastic bag<br>Go ahead and pick up all the cash',
  'song': 'plasticbag',
  'url': 'http://www.azlyrics.com/lyrics/drake/plasticbag.html'},
 {'artist': 'Drake',
  'couplet': 'Go ahead and pick up all the cash<br>You danced all night, girl, you deserve itDraped in all designer, draped in all designer',
  'song': 'imtheplug',
  'url': 'http://www.azlyrics.com/lyrics/drake/imtheplug.html'},
 {'artist': 'Drake',
  'couplet': "Draped in all designer, draped in all designer<br>I got all exotic bitches you gon' think I'm racist",
  'song': 'imtheplug',
  'url': 'http://www.azlyrics.com/lyrics/drake/imtheplug.html'},
 {'artist': 'Drake',
  'couplet': "I just called a gang of bitches out of immigration<br>You gon' think we printing money cause the way we make it",
  'song': 'imtheplug',
  'url': 'http://www.azlyrics.com/lyrics/drake/imtheplug.html'},
 {'artist': 'Drake',
  'couplet': "I got all these fucking whips and ain't got no payments<br>Pink slips sitting in the dash fuck with me",
  'song': 'imtheplug',
  'url': 'http://www.azlyrics.com/lyrics/drake/imtheplug.html'},
 {'artist': 'Drake',
  'couplet': 'Got a gang of broads riding and they on drugs with me<br>Got a gang of cash on me like I brought the plug with me',
  'song': 'imtheplug',
  'url': 'http://www.azlyrics.com/lyrics/drake/imtheplug.html'},
 {'artist': 'Drake',
  'couplet': "Niggas for looking for the plug nigga I the plug really<br>Really I'm the plug, really I'm the plug",
  'song': 'imtheplug',
  'url': 'http://www.azlyrics.com/lyrics/drake/imtheplug.html'},
 {'artist': 'Drake',
  'couplet': 'I dropped a few whoopty whoops in my cup<br>Put it on my tab put her on my tab',
  'song': 'imtheplug',
  'url': 'http://www.azlyrics.com/lyrics/drake/imtheplug.html'},
 {'artist': 'Drake',
  'couplet': 'Franchise tag on me Bron Bron<br>Steph Curry wrists nigga Oakland',
  'song': 'imtheplug',
  'url': 'http://www.azlyrics.com/lyrics/drake/imtheplug.html'},
 {'artist': 'Drake',
  'couplet': 'Percies for the bitches Bishop magic Don Juan<br>Standing ovation and an encore',
  'song': 'imtheplug',
  'url': 'http://www.azlyrics.com/lyrics/drake/imtheplug.html'},
 {'artist': 'Drake',
  'couplet': 'And I keep the check Nike concord<br>Pink slips sitting in the dash fuck with me',
  'song': 'imtheplug',
  'url': 'http://www.azlyrics.com/lyrics/drake/imtheplug.html'},
 {'artist': 'Drake',
  'couplet': 'Got a gang of broads riding with me, on drugs with me<br>Got a gang of cash on me like I brought the plug with me',
  'song': 'imtheplug',
  'url': 'http://www.azlyrics.com/lyrics/drake/imtheplug.html'},
 {'artist': 'Drake',
  'couplet': "Niggas for looking for the plug nigga I the plug really<br>Really I'm the plug, really I'm the plug",
  'song': 'imtheplug',
  'url': 'http://www.azlyrics.com/lyrics/drake/imtheplug.html'},
 {'artist': 'Drake',
  'couplet': "Really I'm the plug, really I'm the plug<br>Really I'm the plug, really I'm the plug",
  'song': 'imtheplug',
  'url': 'http://www.azlyrics.com/lyrics/drake/imtheplug.html'},
 {'artist': 'Drake',
  'couplet': 'Whole time I was ready<br>They was like "hold up wait a minute" I was like "nah nigga let\'s get it"',
  'song': 'imtheplug',
  'url': 'http://www.azlyrics.com/lyrics/drake/imtheplug.html'},
 {'artist': 'Drake',
  'couplet': "This that OVO Halloween gang, you know how I'm rocking already<br>If you come here trying to take some there's a lot more where that came from",
  'song': 'imtheplug',
  'url': 'http://www.azlyrics.com/lyrics/drake/imtheplug.html'},
 {'artist': 'Drake',
  'couplet': "And it really ain't no thing, I got Summer P in this thing<br>I just drop the jig in my Red Bull and it really gave me wings",
  'song': 'imtheplug',
  'url': 'http://www.azlyrics.com/lyrics/drake/imtheplug.html'},
 {'artist': 'Drake',
  'couplet': "Ya, ya up and away<br>Y'all should have seen this shit coming in May",
  'song': 'imtheplug',
  'url': 'http://www.azlyrics.com/lyrics/drake/imtheplug.html'},
 {'artist': 'Drake',
  'couplet': 'We doing 300 records a day<br>Who really think they can get in the way',
  'song': 'imtheplug',
  'url': 'http://www.azlyrics.com/lyrics/drake/imtheplug.html'},
 {'artist': 'Drake',
  'couplet': 'Nah, nah, niggas is bitter they hurting<br>Look at the business mergers',
  'song': 'imtheplug',
  'url': 'http://www.azlyrics.com/lyrics/drake/imtheplug.html'},
 {'artist': 'Drake',
  'couplet': "Throwed back when I'm swerving<br>Big body my Suburban",
  'song': 'imtheplug',
  'url': 'http://www.azlyrics.com/lyrics/drake/imtheplug.html'},
 {'artist': 'Drake',
  'couplet': "Everything I do on purpose<br>I'm blowing up like I'm urgent",
  'song': 'imtheplug',
  'url': 'http://www.azlyrics.com/lyrics/drake/imtheplug.html'},
 {'artist': 'Drake',
  'couplet': 'And she was acting like a virgin<br>I gave it to her then I curved her',
  'song': 'imtheplug',
  'url': 'http://www.azlyrics.com/lyrics/drake/imtheplug.html'},
 {'artist': 'Drake',
  'couplet': 'Pink slips sitting in the dash fuck with me<br>Got a gang of broads riding and they on drugs with me',
  'song': 'imtheplug',
  'url': 'http://www.azlyrics.com/lyrics/drake/imtheplug.html'},
 {'artist': 'Drake',
  'couplet': 'Got a gang of cash on me like I brought the plug with me<br>Niggas for looking for the plug nigga I the plug really',
  'song': 'imtheplug',
  'url': 'http://www.azlyrics.com/lyrics/drake/imtheplug.html'},
 {'artist': 'Drake',
  'couplet': "Really I'm the plug, really I'm the plug<br>Really I'm the plug, really I'm the plug",
  'song': 'imtheplug',
  'url': 'http://www.azlyrics.com/lyrics/drake/imtheplug.html'},
 {'artist': 'Drake',
  'couplet': "Really I'm the plug, really I'm the plug<br>Really I'm the plug, really I'm the plugYeah, know how nights like this go",
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': 'OVOFBG<br>60 naked bitches, no exaggeration',
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': 'We bought all the bottles, had to change locations<br>Smashing all the models, now we hit the waitresses',
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': "When you gettin' a lot of money you can't ever save it<br>But tonight, me and my friends we got money to spend",
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': 'Me and my friends we got money to spend<br>Me and my friends, me and my friends we got money to spend',
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': 'Me and my friends we got money to spend<br>Me and my friends, me and my friends we got money to spend',
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': 'This adderall got me to the ceiling<br>I think them percocets had me in my feelings',
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': 'I peel them hundreds on hundreds<br>I get money on money',
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': 'I get guala on guala<br>I get dollars on dollars then throw out them dollars them bitches gonna holla',
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': 'I got more style than stylists<br>I like that money is money is piling',
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': "I see that money just piling<br>I see it's piling and piling and piling",
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': 'And piling and piling and piling<br>We do them favors, them bitches do cater',
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': 'We go fuck models then fuck go fuck neighbors<br>Fuck all the strippers then we go fuck waitresses, yeah',
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': '60 naked bitches, no exaggeration<br>We bought all the bottles, had to change locations',
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': "Smashing all the models, now we hit the waitresses<br>When you gettin' a lot of money you can't ever save it",
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': 'But tonight, me and my friends we got money to spend<br>Me and my friends we got money to spend',
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': 'Me and my friends, me and my friends we got money to spend<br>Me and my friends we got money to spend',
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': 'Me and my friends, me and my friends we got money to spend<br>2 in the morning my mind is on you',
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': "4 in the morning it still hasn't moved<br>Hit me to tell me you get off at 10",
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': 'Come here, I make sure you get off again<br>Roxx got a case but they get off again',
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': 'Fuck all the opps and the shots that they send<br>I let off first then I let off again',
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': 'You may not hear from them ever again<br>Me and my friends we got money to spend',
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': 'Reps Up, you know there a hundred of them<br>FBGOVO, hundred percent',
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': "Don't ask no shit when it come to my set<br>Don't ask no shit when it come to my set",
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': 'FBGOVO, hundred percent, yeah<br>6 summers straight and I run it again',
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': '60 naked bitches, no exaggeration<br>We bought all the bottles, had to change locations',
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': "Smashing all the models, now we hit the waitresses<br>When you gettin' a lot of money you can't ever save it",
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': 'But tonight, me and my friends we got money to spend<br>Me and my friends we got money to spend',
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': 'Me and my friends, me and my friends we got money to spend<br>Me and my friends we got money to spend',
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': 'Me and my friends, me and my friends we got money to spend<br>60 naked bitches sitting, no exaggeration',
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': 'We bought all the bottles, had to change locations<br>Take it to the head baby, penetration',
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': 'Money not a problem, you can finger trace it<br>Drinking on the syrup, taking medications',
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': 'After this club we just change locations<br>After this club we just change locations',
  'song': 'changelocations',
  'url': 'http://www.azlyrics.com/lyrics/drake/changelocations.html'},
 {'artist': 'Drake',
  'couplet': "We don't take it in, we just change locations<br>We don't take it in, we just change locationsIf Young Metro don't trust you, I'm gon' shoot you",
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': 'Yeah<br>Halloween',
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': "Taliban, Taliban<br>(I'm gon' shoot you)",
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': 'Yeah, jumpman, jumpman, jumpman, them boys up to something<br>They just spent like two or three weeks out the country',
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': "Them boys up to something they just not just bluffing<br>You don't have to call I hit my dance like Usher (woo!)",
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': "I just found my tempo like I'm DJ Mustard (woo!)<br>I hit the Ginobili with my left hand up like (woo!)",
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': 'Lobster and Celine for all my babies that I miss<br>Chicken finger, French fries for them hoes that wanna diss',
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': 'Jumpman, jumpman, jumpman, them boys up to something<br>Uh-uh, uh, I think I need some Robitussin',
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': 'Way too many questions you must think I trust you<br>You searching for answers I do not know nothing (woo!)',
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': "I see 'em tweaking they know something's coming (woo!)<br>Jumpman, jumpman, jumpman, them boys up to something (woo!)",
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': 'Jumpman, jumpman, jumpman, fuck was you expecting? (woo!)<br>Chi-town chi-town Michael Jordan just said text me (woo!)',
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': 'Jumpman, jumpman, jumpman<br>Jumpman, jumpman, jumpman',
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': 'I just seen the jet take off they up to something<br>Them boys just not bluffing them boys just not bluffing',
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': 'Jumpman, jumpman, jumpman, them boys up to something<br>She was tryna join the team I told her, "Wait."',
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': "Chicken wings and fries we don't go on dates<br>Nobu, Nobu, Nobu, Nobu, Nobu, Nobu,",
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': "I just throwed a private dinner in LA<br>Trapping is a hobby, that's the way for me",
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': 'Money coming fast, they never get to sleep<br>I, I just had to buy another safe',
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': 'Bentley Spurs and Phantoms Jordan Fadeaway<br>Yeah',
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': "Jumpman, jumpman, I don't need no introduction<br>Jumpman, jumpman, Metro Booming on production, wow",
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': 'Hundred cousins out in Memphis they so country, wow<br>Tell her, "Stay the night, valet your car, come fuck me now."',
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': "Jumpman, jumpman, live on TNT I'm flexing (ooh!)<br>Jumpman, jumpman they gave me my own collection (ooh!)",
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': 'Jump when I say jump, girl, can you take direction? (Ooh!)<br>Mutombo with the bitches, you keep getting rejected (Woo!)',
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': 'Heard they came through magic city on a Monday<br>Heard they had the club wild, it was star studded',
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': "A bunch of girls going wild when your chain flooded<br>And I had 'em like wow, cup dirty",
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': 'Dopeman dopeman dopeman dopeman dopeman dopeman<br>Money on the counter, choppers on the floor',
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': 'I just caught that tempo, DJ Mustard (woo!)<br>Way too much Codeine and Adderall',
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': "We just count up paper racks, whoa<br>I know I'mma get my bitch back, whoa",
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': "I count all these racks that I have on me now Imma have you like whoa<br>Chanel number 9, Chanel number 5, well you got 'em both",
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': 'Jumpman, jumpman, jumpman them boys up to something<br>They just spent like two or three weeks out the country',
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': 'Them boys up to something they just not just bluffing<br>Jumpman, jumpman, jumpman',
  'song': 'jumpman',
  'url': 'http://www.azlyrics.com/lyrics/drake/jumpman.html'},
 {'artist': 'Drake',
  'couplet': 'Them boys up to somethingFirst I got married to money<br>Then I fell in love with that dirty',
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': 'First I got married to money<br>Then I fell in love with that dirty',
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': 'Extendo, extendo, extendo<br>The clip got a whole lot of 30',
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': "I got my clique and they represent this<br>Like a nigga wearin' jerseys",
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': "Like a nigga wearin' jerseys<br>Like we love wearin' jerseys",
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': "Crime rate's goin' crazy, crazy<br>Cause my young niggas so thirsty",
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': "Couple commas, made a purchase<br>Caught the wave, I ain't surfin'",
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': "Caught the wave, I ain't surfin'<br>You do what you want when you poppin'",
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': "You do what you want when you poppin'<br>You do what you want when you got it",
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': "You do what you want when you got it<br>You do what you want when you poppin'",
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': 'You do what you want when you got it<br>I be on syrup, they know it',
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': 'Stack up some money then blow it<br>I do what I want and I spazz',
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': "Take the styrofoam, pour the syrup up<br>It's a dress code but it ain't for us",
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': "Do what you want when you poppin', don't fold up<br>When I'm feelin' the stress then I pour up",
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': "Reppin' the set like a soldier<br>Hop out the Bentley and roll up",
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': "I wasn't splurging on purpose<br>You lame niggas makin' me nervous",
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': "I'm keepin' the bank, I'm like Bird<br>Sip out my cup and it's dirty",
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': 'First I got married to money<br>Then I fell in love with that dirty',
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': 'First I got married to money<br>Then I fell in love with that dirty',
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': 'Extendo, extendo, extendo<br>The clip got a whole lot of 30',
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': "I got my clique and they represent this<br>Like a nigga wearin' jerseys",
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': "Like a nigga wearin' jerseys<br>Like we love wearin' jerseys",
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': "Crime rate's goin' crazy, crazy<br>Cause my young niggas so thirsty",
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': "Couple commas, made a purchase<br>Caught the wave, I ain't surfin'",
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': "Caught the wave, I ain't surfin'<br>You do what you want when you poppin'",
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': "You do what you want when you poppin'<br>You do what you want when you got it",
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': "You do what you want when you got it<br>You do what you want when you poppin'",
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': 'You do what you want when you got it<br>I like the smell of that money when it burn',
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': "Bitch you know a nigga poppin', wait your turn<br>I make some more money, it's got me delirious",
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': "When your gang gangs in the chain gang, this shit serious<br>I got a main ting, that's a period",
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': 'I rep the same gang on account of my niggas<br>We fill up two planes on account of these riches',
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': 'I fuck up some loose change on account of these bitches<br>I be on syrup, they know it',
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': 'Stack up some money then blow it<br>I do what I want and I spazz',
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': "Take the styrofoam, pour the syrup up<br>It's a dress code but it ain't for us",
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': 'First I got married to money<br>Then I fell in love with that dirty',
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': 'First I got married to money<br>Then I fell in love with that dirty',
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': 'Extendo, extendo, extendo<br>The clip got a whole lot of 30',
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': "I got my clique and they represent this<br>Like a nigga wearin' jerseys",
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': "Like a nigga wearin' jerseys<br>Like we love wearin' jerseys",
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': "Crime rate's goin' crazy, crazy<br>Cause my young niggas so thirsty",
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': "Couple commas, made a purchase<br>Caught the wave, I ain't surfin'",
  'song': 'jersey',
  'url': 'http://www.azlyrics.com/lyrics/drake/jersey.html'},
 {'artist': 'Drake',
  'couplet': "Caught the wave, I ain't surfin'<br>You do what you want when you poppin'Never thought I'd be talking from this perspective",
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': "But I'm not really sure what else you expected<br>When the higher-ups have all come together as a collective",
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': 'With conspiracies to end my run and send me a message<br>40, did you get the message?',
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': "Cause I just checked my phone and I didn't get it<br>I mean, I say hats off for a solid effort",
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': "But we didn't flinch for a second, we got our shit together<br>Yeah, not here to fight wars",
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': 'But niggas wanna talk high scores<br>PARTY just dipped off in a white Porsche',
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': 'And I just came from dinner where I ate some well done seared scallops that were to die for<br>But I got bigger fish to fry',
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': "I'm talking bigger shit than you and I<br>Kids'll lose their lives, got me scared of losing mine",
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': 'And if I hold my tongue about it, I get crucified<br>Wrote this shit on a bumpy flight on a summer night',
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': 'Flying over Chattanooga, out here trying to spread the movement<br>I just got me the Mercedes Pullman',
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': 'You niggas never heard of it, you gotta hit up Google<br>Back in the city, shit is getting brutal',
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': "These kids'll hit your noodle then take a girl to the movies<br>They've been dropping out on both sides",
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': "We ain't in it, we just ghost ride<br>The pen is working if you niggas need some ghost lines",
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': 'I thought you wanted yours like I want mine<br>I guess you just making moves on your own time',
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': "But just know it'll be January in no time<br>And your absence is very concerning",
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': "It's like you went on vacation with no plan of returning<br>Shit is purely for sport, I need it 30 for 30",
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': 'Banners are ready in case we need to retire your jersey<br>I got a club in the Raptors arena',
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': 'Championships, celebrations during regular seasons<br>Paternity testing for women that I never slept with',
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': "I'm legally obligated if they request it<br>So much legal action like I'm Michael Jackson",
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': "Luckily, I'm great at avoiding distraction<br>Used to get no reaction, now I'm overreacting",
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': 'Ah nigga, that shit gotta go platinum<br>I just listened to Closer To My Dreams',
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': "Wide eyed and uneducated at 19<br>I can't rap like that, all young and naive",
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': "Not after all of the shit I've seen and the things I believe<br>Drastically changing, thank you for all your patience",
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': "I'm just in a different space and I choose to embrace it<br>4,000 square feet just isn't as spacious",
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': "You loved me back in the basement, guess it is what we make it<br>I'm tired of awkward exchanges and nigga's crooked ways",
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': 'Tired of champagne toasts with people that look away<br>Peyton and Eli when niggas called me they brother the season start',
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': 'And I don\'t wanna see you end up with nothing<br>Y\'all throw the word "family" around too much in discussion',
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': "Rookie season, I would've never thought this was coming<br>They knees give out and they passing to you all of a sudden",
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': 'Now you the one getting buckets<br>They put their arm around you, now you becoming the crutches',
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': 'Kids got on your number cause you the one they look up to<br>And women that you seen on TV look better in person',
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': "And either they wanna fuck you or convince you that they can to see where it goes from there<br>But these ain't the girls from Brampton, this ain't that local action",
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': 'The haters just bringing me and my people closer, actually<br>What happened to the things you niggas said was supposed to happen?',
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': 'Are we just supposed to ignore the fact that it never happened?<br>We just supposed to get the pie and then split it in two?',
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': 'Supposed to forget your mistakes but not forget about you?<br>My plan was always to make the product jump off the shelf',
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': 'And treat the money like secrets, keep that shit to ourselves<br>Papi champú, young pablito de seis dios',
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': "6 G-O-D, I think I was destined for this shit when I was 'round Keyshia Cole and T.I<br>And Young Dro was popping off, well ain't I?",
  'song': '30for30freestyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/30for30freestyle.html'},
 {'artist': 'Drake',
  'couplet': "Way before niggas had they hands out like they doing macarena<br>But who am I to complain now, I'm still around, they knowIt's a little chilly out there",
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': 'How you can stand there is beyond me<br>All of my "let\'s just be friends" are friends I don\'t have anymore',
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': "How do you not check on me when things go wrong<br>Guess I should've tried to keep my family closer",
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': 'Much closer<br>All of my "let\'s just be friends" are friends I don\'t have anymore',
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': "Guess that's what they say you need family for<br>Cause I can't depend on you anymore",
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': "Always saw you for what you could've been<br>Ever since you met me",
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': "Like when Chrysler made that one car that looked just like the Bentley<br>I always saw you for what you could've been",
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': "And even when it's business with you it's personal again<br>I knew you before you made ends meet now we're meeting our ends",
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': "And its all because you chose a side<br>You're supposed to put your pride aside and ride for me",
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': "Guess it wasn't time<br>And of course you went and chose a side that wasn't mine",
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': "You're so predictable I hate people like you<br>Kennedy Road taught me not to trust people like you",
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': "How you supposed to figure what I'm going through<br>You can't even figure out what's going on with you",
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': "You judge me 'fore you met me yeah it figures<br>I make all the player's anthems for the real niggas",
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': "With my dad out in Tennessee is where I belong<br>Out here in L.A. I don't know what's going on",
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': "I don't know what's going on<br>And its all because you chose a side",
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': "You're supposed to put your pride aside and ride for me<br>Guess it wasn't time",
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': "And of course you went and chose a side that wasn't mine<br>You sit and you pray hoping that the stars align",
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': "My luck is a sure thing cause I'm living right<br>When I needed you, you couldn't give me any advice",
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': 'But you always had something to say every other time<br>Everybody that I met on the way tries to get in the way',
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': "I'm fooding and serving them all like I'm working for minimum wage<br>Someone up there must just love testing my patience",
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': 'Someone up there must be in need of some entertainment<br>Forgiveness for your ways',
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': "If I ever loved ya, I'll always love ya that's how I was raised<br>Same way I'm right here still feeling the wave",
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': 'Same way I\'m realizing on a day to day<br>All of my "let\'s just be friends" are friends I don\'t have anymore',
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': "How do you not check on me when things go wrong<br>Guess I should've tried to keep my family closer",
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': 'Much closer<br>All of my "let\'s just be friends" are friends I don\'t have anymore',
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': "Guess that's what they say you need family for<br>Cause I can't depend on you anymore",
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': 'Much closer<br>Anytime people want to start problems',
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': 'For real are you done<br>You know who mans are',
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': "I'm not afraid no gyal heart man<br>And I'm not afraid of no catty",
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': "And I'm not afraid of no waste neither<br>So anybody who want it can get it",
  'song': 'keepthefamilyclose',
  'url': 'http://www.azlyrics.com/lyrics/drake/keepthefamilyclose.html'},
 {'artist': 'Drake',
  'couplet': 'Its that factYeah, for the dogs dem, you know<br>Man when shit gets like this, in the whole city',
  'song': '9',
  'url': 'http://www.azlyrics.com/lyrics/drake/9.html'},
 {'artist': 'Drake',
  'couplet': "This shit ain't gonna stop<br>It's gonna get a lot worse before it gets any better",
  'song': '9',
  'url': 'http://www.azlyrics.com/lyrics/drake/9.html'},
 {'artist': 'Drake',
  'couplet': "Momma hit my phone and said rap's no good<br>Better than 'em telling me the check's no good",
  'song': '9',
  'url': 'http://www.azlyrics.com/lyrics/drake/9.html'},
 {'artist': 'Drake',
  'couplet': 'Now they wanna act like I do no good<br>Funny cause I really did more than I should',
  'song': '9',
  'url': 'http://www.azlyrics.com/lyrics/drake/9.html'},
 {'artist': 'Drake',
  'couplet': 'I made a decision last night that I would die for it<br>Just to show the city what it takes to be alive for it',
  'song': '9',
  'url': 'http://www.azlyrics.com/lyrics/drake/9.html'},
 {'artist': 'Drake',
  'couplet': "Can't get me on the line so they hang me out to dry for it<br>You know 40 wants peace, but I'm down to cut ties for it",
  'song': '9',
  'url': 'http://www.azlyrics.com/lyrics/drake/9.html'},
 {'artist': 'Drake',
  'couplet': "And I can't sleep these days unless I take one<br>If they don't have a story these days, they'll make one",
  'song': '9',
  'url': 'http://www.azlyrics.com/lyrics/drake/9.html'},
 {'artist': 'Drake',
  'couplet': "Life is always on, man, I never get a break from it<br>Doesn't matter where I go, I can never get away from it",
  'song': '9',
  'url': 'http://www.azlyrics.com/lyrics/drake/9.html'},
 {'artist': 'Drake',
  'couplet': "They give me loyalty and I don't gotta pay for it<br>Same way, breads gotta break for it",
  'song': '9',
  'url': 'http://www.azlyrics.com/lyrics/drake/9.html'},
 {'artist': 'Drake',
  'couplet': "Keeping people fed is my only peace of mind now<br>And I turn the six upside down, it's a nine now",
  'song': '9',
  'url': 'http://www.azlyrics.com/lyrics/drake/9.html'},
 {'artist': 'Drake',
  'couplet': 'I made a decision last night that I would die for it<br>(Nine, nine, yeah, not six)',
  'song': '9',
  'url': 'http://www.azlyrics.com/lyrics/drake/9.html'},
 {'artist': 'Drake',
  'couplet': '(Nine, nine, yeah, not six)<br>(Nine, nine, yeah, not six)',
  'song': '9',
  'url': 'http://www.azlyrics.com/lyrics/drake/9.html'},
 {'artist': 'Drake',
  'couplet': "(Nine, nine, yeah, not six)<br>All these hand outs, man it's getting outta hand",
  'song': '9',
  'url': 'http://www.azlyrics.com/lyrics/drake/9.html'},
 {'artist': 'Drake',
  'couplet': 'I\'m a start telling niggas "Get it how you can"<br>I got it right now so I\'m everybody\'s friend',
  'song': '9',
  'url': 'http://www.azlyrics.com/lyrics/drake/9.html'},
 {'artist': 'Drake',
  'couplet': "If I ever lose a bet, we never speak again<br>I made a decision last night that I'd die for it",
  'song': '9',
  'url': 'http://www.azlyrics.com/lyrics/drake/9.html'},
 {'artist': 'Drake',
  'couplet': "Just to show the city what it takes to be alive for it<br>First place, first place, man we can't be tied for it",
  'song': '9',
  'url': 'http://www.azlyrics.com/lyrics/drake/9.html'},
 {'artist': 'Drake',
  'couplet': 'I only drove it five times, paid 1.5 for it<br>Keychain go jangalang, I wanna do major things',
  'song': '9',
  'url': 'http://www.azlyrics.com/lyrics/drake/9.html'},
 {'artist': 'Drake',
  'couplet': "MJ in every way, I just don't fade away<br>Six upside down, it's a nine now",
  'song': '9',
  'url': 'http://www.azlyrics.com/lyrics/drake/9.html'},
 {'artist': 'Drake',
  'couplet': 'Like Mannie, like Stunna, man, shit is big time now<br>And I made a decision last night that I would die for it',
  'song': '9',
  'url': 'http://www.azlyrics.com/lyrics/drake/9.html'},
 {'artist': 'Drake',
  'couplet': '(Nine, nine, yeah, not six)<br>(Nine, nine, yeah, not six)',
  'song': '9',
  'url': 'http://www.azlyrics.com/lyrics/drake/9.html'},
 {'artist': 'Drake',
  'couplet': '(Nine, nine, yeah, not six)<br>(Nine, nine, yeah, not six)What these bitches want from a nigga?',
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': 'On some DMX shit<br>I group DM my exes',
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': "I told 'em they belong to me, that goes on for forever<br>And I think we just get closer when we're not together",
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': "You tell me that I'm confusin'<br>More immature than Marques Houston",
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': 'Cuts too deep for a band-aid solution<br>We too deep in this thing to never lose me',
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': "LOLOL I'm glad you find this shit amusin'<br>Heard a lot about me 'fore we started off",
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': 'I know you heard that my pool parties like Mardi Gras<br>I know you heard that my girl is sponsored by Audemars',
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': "That's why she's always correctin' me when my time is off<br>And my house is the definition",
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': 'Of alcohol and weed addiction<br>You got a different vision',
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': "You wanna walk around naked in the kitchen<br>Without runnin' into one of my niggas",
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': "That's not the way we livin'<br>Too much goin' on, it's just not realistic",
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': "These days I don't talk 'bout them days like I miss 'em<br>And you shouldn't miss 'em either, we different people",
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': "But every time we speakin'<br>It's like a lot of games bein' played",
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': "How's it goin' down?<br>If it's on 'til we gone then I gots to know now",
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': "Is you wit' me or what?<br>Yeah",
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': "It's like a lot of games are bein' played<br>How's it goin' down?",
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': "If it's on 'til we gone then I gots to know now<br>Is you wit' me or what?",
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': 'Yeah<br>I wanna know how much time you spent on them paragraphs',
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': "Where you're getting me<br>All that grey in our conversation history, you",
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': "Playin' mind games, when you sayin' things<br>Playin' mind games, we both doin' the same thing",
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': 'Slide on a late night<br>You like to slide on a late night',
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': 'You send the "are you here?" text without an invite<br>That\'s that shit that I don\'t like',
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': 'We both slide on a late night<br>Do things in our off time',
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': 'We both, yeah<br>Made some mistakes, pon road',
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': "Yeah, how's that for real?<br>You toyin' with it like Happy Meal",
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': "3 dots, you thinkin' of a reaction still<br>While you're typin' make sure to tell me",
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': "What type of games are bein' played?<br>How's it goin' down?",
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': "If it's on 'til we gone then I gots to know now<br>Is you wit' me or what?",
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': "Yeah<br>What type of games are bein' played?",
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': "How's it goin' down?<br>If it's on 'til we gone then I gots to know now",
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': "Is you wit' me or what?<br>Yeah",
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': "Remember you was livin' at the London for a month<br>Service elevator up to 4201",
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': "We was still a secret, couldn't come in through the front<br>Girl I had your back when all you used to do was front",
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': "That's for sure though, I made a career of reminiscin'<br>Time got a funny way of tickin', things are so much different",
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': "I'll admit it, I've admitted to a lot of things<br>Act like you know it, fuck them stories, fuck the shade that they be throwin'",
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': 'Understand I got responsibilities to people that I need<br>And on my way to make this dough',
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': 'A lot of niggas cut the cheque so they can take this flow<br>A lot of niggas cut the cheque so they can take this flow',
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': "Tryna give your ass the world<br>You runnin' your fingers through my curls",
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': "You knew me when the kid had waves<br>But that's enough of that",
  'song': 'uwithme',
  'url': 'http://www.azlyrics.com/lyrics/drake/uwithme.html'},
 {'artist': 'Drake',
  'couplet': "You could never say I came up and forgot about your ass<br>And that's some real shitI should be downtown, whipping on the way to you",
  'song': 'feelnoways',
  'url': 'http://www.azlyrics.com/lyrics/drake/feelnoways.html'},
 {'artist': 'Drake',
  'couplet': 'You got something that belongs to me<br>Your body language says it all',
  'song': 'feelnoways',
  'url': 'http://www.azlyrics.com/lyrics/drake/feelnoways.html'},
 {'artist': 'Drake',
  'couplet': "Despite the things you said to me<br>Who is it that's got you all gassed up?",
  'song': 'feelnoways',
  'url': 'http://www.azlyrics.com/lyrics/drake/feelnoways.html'},
 {'artist': 'Drake',
  'couplet': 'Changing your opinion on me<br>I was only gone for the last few months',
  'song': 'feelnoways',
  'url': 'http://www.azlyrics.com/lyrics/drake/feelnoways.html'},
 {'artist': 'Drake',
  'couplet': "But you don't have the time to wait on me<br>I try with you",
  'song': 'feelnoways',
  'url': 'http://www.azlyrics.com/lyrics/drake/feelnoways.html'},
 {'artist': 'Drake',
  'couplet': "There's more to life than sleeping in<br>And getting high with you",
  'song': 'feelnoways',
  'url': 'http://www.azlyrics.com/lyrics/drake/feelnoways.html'},
 {'artist': 'Drake',
  'couplet': "I had to let go of us to show myself what I could do<br>And that just didn't sit right with you",
  'song': 'feelnoways',
  'url': 'http://www.azlyrics.com/lyrics/drake/feelnoways.html'},
 {'artist': 'Drake',
  'couplet': "And now you're trying to make me feel a way, on purpose<br>Now you're throwing it back in my face, on purpose",
  'song': 'feelnoways',
  'url': 'http://www.azlyrics.com/lyrics/drake/feelnoways.html'},
 {'artist': 'Drake',
  'couplet': "Now you're talking down on my name, on purpose<br>And you don't feel no way, you think I deserve it",
  'song': 'feelnoways',
  'url': 'http://www.azlyrics.com/lyrics/drake/feelnoways.html'},
 {'artist': 'Drake',
  'couplet': "Feel a way, feel a way, young nigga feel a way<br>I've stopped listening to things you say",
  'song': 'feelnoways',
  'url': 'http://www.azlyrics.com/lyrics/drake/feelnoways.html'},
 {'artist': 'Drake',
  'couplet': "Cause you don't mean it anyway, yeah<br>Feel a way, feel a way, young nigga feel a way",
  'song': 'feelnoways',
  'url': 'http://www.azlyrics.com/lyrics/drake/feelnoways.html'},
 {'artist': 'Drake',
  'couplet': 'Maybe we should have just did things my way<br>Instead of the other way',
  'song': 'feelnoways',
  'url': 'http://www.azlyrics.com/lyrics/drake/feelnoways.html'},
 {'artist': 'Drake',
  'couplet': "I tried with you<br>There's more than life than sleeping in",
  'song': 'feelnoways',
  'url': 'http://www.azlyrics.com/lyrics/drake/feelnoways.html'},
 {'artist': 'Drake',
  'couplet': 'And getting high with you<br>I had to let go of us to show myself what I could do',
  'song': 'feelnoways',
  'url': 'http://www.azlyrics.com/lyrics/drake/feelnoways.html'},
 {'artist': 'Drake',
  'couplet': "And that just didn't sit right with you<br>And now you're trying to make me feel a way, on purpose",
  'song': 'feelnoways',
  'url': 'http://www.azlyrics.com/lyrics/drake/feelnoways.html'},
 {'artist': 'Drake',
  'couplet': "Now you're throwing it back in my face, on purpose<br>Now you're talking down on my name, on purpose",
  'song': 'feelnoways',
  'url': 'http://www.azlyrics.com/lyrics/drake/feelnoways.html'},
 {'artist': 'Drake',
  'couplet': "And you don't feel no way, you think I deserve it<br>Yeah, yeah, yeah",
  'song': 'feelnoways',
  'url': 'http://www.azlyrics.com/lyrics/drake/feelnoways.html'},
 {'artist': 'Drake',
  'couplet': 'Yeah, yeah, yeah<br>Feel a way, feel a way, young nigga feel a way',
  'song': 'feelnoways',
  'url': 'http://www.azlyrics.com/lyrics/drake/feelnoways.html'},
 {'artist': 'Drake',
  'couplet': "I've stopped listening to things you say<br>Feel a way, feel a way, young nigga feel a way",
  'song': 'feelnoways',
  'url': 'http://www.azlyrics.com/lyrics/drake/feelnoways.html'},
 {'artist': 'Drake',
  'couplet': "I've stopped listening to things you sayMan don't live off of the hype bruh?<br>Real Ting aye!",
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': "Yeah<br>I pull up in Lexus' like it's '07",
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': 'I just hit a lick<br>I got to hit a next one',
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': 'Last year I know you learned your lesson<br>I could GPS you if you need addressing',
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': "Boss up, I'm the bigger homie<br>But I'm one year older than my lil homie",
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': "'09 they was bidding on me<br>But I'm young money, got it written on me",
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': 'OK now we got some action<br>Everything I said, it happened',
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': "That boy light as Michael Jackson<br>But off verses, he been blackin'",
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': 'Chasing women a distraction<br>They want be on TV right next to me',
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': "You cannot be here right next to me<br>Don't you see Riri right next to me?",
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': 'I hate a rapper especially<br>They feel the same but they hide it',
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': "They just discuss it in private<br>Don't get along man, we tried it",
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': "What's the point in even trying<br>I hate a goofy especially",
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': 'They always dying to mention me<br>They gotta die out eventually',
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': 'I could not give you the recipe<br>You know the game is sold separately',
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': "Swear I just had an epiphany<br>It cost me 50 at Tiffany's",
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': 'Shout out to Tiffany, Stephanie<br>They used to always come check for me',
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': "My enemies want to be friends with my other enemies<br>I don't let it get to me",
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': "Done<br>Look what I've done in my life",
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': 'I had to count it then count it again<br>To make sure the money was right',
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': "They love to talk<br>Me, I'm just done in the hype",
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': "Me, I'm just done in the hype<br>Me, I'm just done, done, done, done, done",
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': "I don't take this shit for granted<br>I do my own propaganda",
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': "I feel like Juelz Santana<br>Leg hangin' out the Phantom",
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': '6 cold like Alaska<br>VIEWS already a classic',
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': "Roy outta here like NASA<br>Bustin' 1's out the plastic",
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': "A gram, two poppin' to fuck her<br>The chain too heavy to tuck it, I'm serious",
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': "I feed my family with this<br>So don't play with my money this summer I'm serious",
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': "I don't run out of material<br>You shouldn't speak on me, period",
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': "You try to give 'em your side of the story<br>They heard it, but they wasn't hearing it...",
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': "They feeling the way and won't hide it<br>Niggas done being silent",
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': "Don't get along man we tried it<br>What's the point in even trying",
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': 'I hate a goofy especially<br>They always dying to mention me',
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': 'They gotta go, they gotta go<br>They gotta die out eventually',
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': "I cannot give 'em no empathy<br>I'mma have B's when I'm at 70",
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': "They cannot fuck with the legacy<br>I don't know what else is left for me",
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': 'After this no one a threat to me<br>My enemies wanna be friends with my other enemies',
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': "I don't let it get to me<br>Done",
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': "Look what I've done in my life<br>I had to count it then count it again",
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': 'To make sure the money was right<br>They love to talk',
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': "Me, I'm just done in the hype<br>Me, I'm just done in the hype",
  'song': 'hype',
  'url': 'http://www.azlyrics.com/lyrics/drake/hype.html'},
 {'artist': 'Drake',
  'couplet': "Me, I'm just done, done, done, done, doneOne of them ones<br>Right",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "Weston Road Flows, I did this shit for my nigga Renny<br>Back when we couldn't buy pizza cause we were down to pennies",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "Feel like we go back a century runnin' the store for centuries<br>Then bring it back to your brother man we had to respect it",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "He was wavy doin' mixtapes out of your basement<br>He let us hit the weed on occasion for entertainment",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "Then he would leave us at the house and go out on a mission<br>We probably would've got in less trouble just goin' with him",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "Feel like I never say much but man there's a lot to know<br>Feel like the difference between us really startin' to show",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "I'm lookin at they first week numbers like what are those<br>I mean you boys not even coming close",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "I gave niggas like you a reason for celebration<br>You number one and I'm Eddie Murphy we tradin' places",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "Lookin' in the mirror I'm closer than I really appear<br>Creepin' like Chilli without the tender, love, and care",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "No tender love and care and no love and affection<br>I got a price on my head but there's a risk to collect it",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "I might be here as a vessel to teach people the lesson<br>Feel like they wanted me dead but couldn't pull it together",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "Yeah, but here we are and it's a new semester<br>40 the only one that know how I deal with the pressure",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "A couple nights where it started to feel like the feelings faded<br>A lot of problems that can't be fixed with a conversation",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "Your best day is my worst day, I get green like Earth Day<br>You treat me like I'm born yesterday, you forgot my birthday",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "You don't be scorin' perfect, you don't be workin' like how we be workin'<br>You platinum like rappers on Hershey's boy that shit is worthless",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "You get the message over and over like it was urgent<br>And then act like you ain't heard it when you see me in person",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': 'The only thing I did to end up here was put the work in<br>And did it with a purpose',
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "Used to have secret handshakes to confirm my friendships<br>Nowadays they just shakin' my hand to hide the tension",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': 'A lot of people just hit me up when my name is mentioned<br>Shout out to KD we relate we get the same attention',
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "It's rainin' money, Oklahoma City Thunder<br>The most successful rapper 35 and under",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "I'm assumin' everybody's 35 and under<br>That's when I plan to retire, man it's already funded",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': 'Yeah, I brought your wifey out to Saint Martin<br>She violated, I sent her back where it all started',
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "How quick they are to forget about their bachelor apartment<br>Leave it to niggas like you to show em' light in the darkness",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': 'Told my Momma that I found a lady in the east<br>Came cool when I got signed, upgraded the suite',
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': 'Don Julio in the freezer that they gave us for free<br>I get you all you can eat just have some patience with me',
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "You wouldn't tell me you loved me, started seein' Monique<br>Last time I heard from Monique, T-Minus was makin' beats",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "I used to hit the corner store to get to Tahiti treat<br>Now the talk of the corner store is that I'm TBE",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "The best ever, don't ever question, you know better<br>But shit ain't always how it seems when it's sewed together",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "Yeah, I let that last line breathe, it take a second to get it<br>Weston Road flows, my confidence level gettin' settled",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "Don't get hyped for the moment then start to backpedal<br>Don't let your new found fame fool you or cloud up your judgement",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "To talk loosely, I really do this<br>Been flowin' stupid since Vince Carter was on some through the legs arm in the hoop shit",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "Drinkin' hypnotic with Glenn Louis I been through it<br>Y'all was so afraid to lay claim to it",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "To busy face screwin' on waste movements<br>You was ridin' TTC metro, I had the place boomin'",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': 'First take Drake, you know I rarely have to take two it<br>And they still take to it',
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "Big Apple had the white hummer parked right in front of Fluid<br>And we be walkin' in that bitch like we already knew it",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "But money can't buy happiness, Jellee talkin' truthful<br>But I'm happiest when I can buy what I want",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': "Get high when I want<br>Yeah, that's right",
  'song': 'westonroadflows',
  'url': 'http://www.azlyrics.com/lyrics/drake/westonroadflows.html'},
 {'artist': 'Drake',
  'couplet': 'Yeah, I get it<br>I get it',
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "Yeah<br>Why would I say all these things to have you feelin' a way?",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "Why would I tell you I'm 30 away if I'm not on the way?<br>Why do I settle for women that force me to pick up the pieces?",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': 'Why do I want an independent woman to feel like she needs me?<br>I lost my way',
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "I'm searchin' for these words to say to you<br>Please give me time",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "Cause I'm searchin' for these words to say to you<br>Oh please give me time",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "Cause I'm searchin' for these words to say to you right now<br>Redemption's on your mind when you think about me",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "Yeah<br>Redemption's on your mind when you think about me",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "Yeah<br>Run your mouth, I'd rather listen to someone else",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "I gave your nickname to someone else<br>I know you're seein' someone that loves you",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "And I don't want you to see no one else<br>I don't want you here with someone else",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "I don't wanna do this with no one else<br>I used to know you back when you was young",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': 'Your brother brought me through, you saw me<br>That made me think of you so differently',
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "I miss the feeling of you missing me<br>But you say you're over and done with me",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': 'Aw yeah, yeah, yeah<br>Aw yeah, yeah, yeah',
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "Now redemption's on your mind when you think about me<br>Aw yeah, yeah, yeah",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "Redemption's on your mind when you think about me<br>Aw yeah, yeah, yeah",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "Redemption's on your mind when you think about me<br>Aw please give me time",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "Cause I'm searchin' for these words to say to you right now<br>Say to you",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': 'But 80 percent of it was the truth, yeah<br>Say to you',
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "A Mercedes coupe that you're still drivin' with just me and you<br>Girl, really gon' spend the winter with this other nigga?",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "Act like he's really the one to get through it with you<br>Took up with Jessica, Kim, you know that I'm bound to see you",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "And they both say that you're over and done with me<br>Aw yeah, yeah, yeah",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "Aw yeah, yeah, yeah<br>They say redemption's on your mind when you think about me",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "Yeah, aww yeah, yeah, yeah<br>Redemption's on your mind when you think about me",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "Aw yeah, yeah, yeah<br>Redemption's on your mind when you",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "Aw please give me time<br>Cause I'm searchin' for these words to say to you right now",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "Damn, I'm not unrealistic with none of my women<br>I tell them if they ain't with it then let's just forget it",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "Relationships slowin' me down, they slow down the vision<br>Guess I'm not in a position to deal with commitment",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "Certain people need to tell me they're proud of me<br>That mean a lot to me",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "Not havin' closure, it take a lot out of me<br>This year for Christmas I just want apologies",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "Sydney gave up on me when I went missin'<br>Syd had a baby and treated me different",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': 'Erica sued me and opened a business<br>Wonder if they was here, shit could have been different',
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "Wonder what they'd do put in my position<br>I wonder, when my shit drop, do they listen?",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "Wonder if they're second guessin' their decisions<br>I hate the number 2, that shit is unforgiven",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "Tryna satisfy everybody<br>It's like they can't get enough",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': 'Until enough is enough<br>And that is too much',
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': 'You tip the scale when I weigh my options<br>West Palm girls are spoiled rotten',
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "Tiffany on you, you know you poppin'<br>I'll kill somebody if they give you problems",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "Master bedroom's where we get it poppin'<br>Just ignore all the skeletons in my closet",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "I'm a walkin' come-up, I'm a bank deposit<br>Sell my secrets and get top dollar",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': 'Sell my secrets for a Range Rover<br>Opportunity and temptation',
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "They would sell my secrets for a tropical vacation<br>Sell my secrets back to me if I was payin'",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "Who's gonna save me when I need savin'?<br>Since take care, I've been caretakin'",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "At second chances, that ain't how you livin'<br>Redemption on your mind, I'll never be forgiven",
  'song': 'redemption',
  'url': 'http://www.azlyrics.com/lyrics/drake/redemption.html'},
 {'artist': 'Drake',
  'couplet': "Yeah<br>I knowIt's about us right now, girl, where you going?",
  'song': 'withyou',
  'url': 'http://www.azlyrics.com/lyrics/drake/withyou.html'},
 {'artist': 'Drake',
  'couplet': "It's about us right now, girl, where you going?<br>I'm with you",
  'song': 'withyou',
  'url': 'http://www.azlyrics.com/lyrics/drake/withyou.html'},
 {'artist': 'Drake',
  'couplet': "Yeah, I can't get enough of you, babe<br>Bottles open up so you can try and open up for me, baby",
  'song': 'withyou',
  'url': 'http://www.azlyrics.com/lyrics/drake/withyou.html'},
 {'artist': 'Drake',
  'couplet': "M.I.A. in the M.I.A<br>You do you, girl, the haters gon' hate",
  'song': 'withyou',
  'url': 'http://www.azlyrics.com/lyrics/drake/withyou.html'},
 {'artist': 'Drake',
  'couplet': 'Cut them off like you a sensei, girl<br>Oh, I know you feel what I feel',
  'song': 'withyou',
  'url': 'http://www.azlyrics.com/lyrics/drake/withyou.html'},
 {'artist': 'Drake',
  'couplet': "Breaking you off, it's so real<br>I can't fake that, babe",
  'song': 'withyou',
  'url': 'http://www.azlyrics.com/lyrics/drake/withyou.html'},
 {'artist': 'Drake',
  'couplet': "My love's locked down and you cuffing it<br>You're the only one I trust with it",
  'song': 'withyou',
  'url': 'http://www.azlyrics.com/lyrics/drake/withyou.html'},
 {'artist': 'Drake',
  'couplet': "You're the only one that stuck with it<br>It's about us right now, girl, where you going?",
  'song': 'withyou',
  'url': 'http://www.azlyrics.com/lyrics/drake/withyou.html'},
 {'artist': 'Drake',
  'couplet': "It's about us right now, girl, where you going?<br>I'm with you",
  'song': 'withyou',
  'url': 'http://www.azlyrics.com/lyrics/drake/withyou.html'},
 {'artist': 'Drake',
  'couplet': "It's about us right now, girl, where you going?<br>It's about us right now, girl, where you going? Yeah",
  'song': 'withyou',
  'url': 'http://www.azlyrics.com/lyrics/drake/withyou.html'},
 {'artist': 'Drake',
  'couplet': "I'm with you<br>Yeah, linking me down on my line",
  'song': 'withyou',
  'url': 'http://www.azlyrics.com/lyrics/drake/withyou.html'},
 {'artist': 'Drake',
  'couplet': 'Busy as usual but we should make some time<br>Looking for things you can find',
  'song': 'withyou',
  'url': 'http://www.azlyrics.com/lyrics/drake/withyou.html'},
 {'artist': 'Drake',
  'couplet': "Just so you can have something to bring up when it's time<br>Mixing vodka and emotions, tapping into your emotions",
  'song': 'withyou',
  'url': 'http://www.azlyrics.com/lyrics/drake/withyou.html'},
 {'artist': 'Drake',
  'couplet': "Dry cry cause I'm hopeless<br>Choose your lover for the moment",
  'song': 'withyou',
  'url': 'http://www.azlyrics.com/lyrics/drake/withyou.html'},
 {'artist': 'Drake',
  'couplet': 'Different story when I leave you<br>Story of just to keep you',
  'song': 'withyou',
  'url': 'http://www.azlyrics.com/lyrics/drake/withyou.html'},
 {'artist': 'Drake',
  'couplet': "I need you around, I need you, oh<br>It's about us right now, girl, where you going?",
  'song': 'withyou',
  'url': 'http://www.azlyrics.com/lyrics/drake/withyou.html'},
 {'artist': 'Drake',
  'couplet': "It's about us right now, girl, where you going?<br>I'm with you",
  'song': 'withyou',
  'url': 'http://www.azlyrics.com/lyrics/drake/withyou.html'},
 {'artist': 'Drake',
  'couplet': "It's about us right now, girl, where you going?<br>It's about us right now, girl, where you going? Yeah",
  'song': 'withyou',
  'url': 'http://www.azlyrics.com/lyrics/drake/withyou.html'},
 {'artist': 'Drake',
  'couplet': "I'm with youCheck, 1-2, 1-2, bitch<br>You expensive, you know that?",
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': "I'm high maintenance a little bit but not in a, not in a negative way<br>I just like extremely expensive things",
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': 'Foot off in their ass is what Ken told me<br>Niggas like to play games cause they feel like they know me',
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': "You don't know me, nigga, I done changed<br>So don't be trying to be putting on shit off in the game",
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': "This ain't no motherfucking 91<br>We out here rapping for money you niggas rapping for fun",
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': "I don't fuck with nobody in this shit but Bun<br>You would think it's all mine the way I took it",
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': 'You would think it broke down the way I push it<br>You hate it when I coat things all in sugar',
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': "You want to hear the real talk, well, girl, who wouldn't?<br>Working, working, working, working, ain't ya?",
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': "You don't have no time to lay up<br>You just trying to be somebody",
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': 'Fore you say you need somebody<br>Get all your affairs in order',
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': "I won't have affairs, I'm yours, girl<br>Faithful, faithful, faithful, faithful",
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': "You hit me like I know you're there with someone else<br>That pussy knows me better than I know myself",
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': "On my way from the studio so get undressed<br>Let's do the things that we say on text",
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': 'I want to get straight to the climax<br>Have you coming all summer like a season pass',
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': 'I want to turn you out like pitch black<br>Want to watch you do work while I sit back',
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': 'Cause you talk like you got what I need<br>You talk like you got the juice and the squeeze',
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': "You talk like you bet it all on me<br>And you can't take no airs off me,",
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': "I know you've been<br>Working, working, working, working, ain't ya?",
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': "You don't have no time to lay up<br>You just trying to be somebody",
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': 'Fore you say you need somebody<br>Get all your affairs in order',
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': "I won't have affairs, I'm yours, girl<br>Faithful, faithful, faithful, faithful",
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': 'How far we go<br>Always seems to get better with time',
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': "Won't you, outsmart me<br>Told me that your brain works better than mine",
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': 'Tell me I should know you<br>I got to know you again',
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': "You want me to show you<br>I'm gonna show you again",
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': "Now we're in the zone<br>Gon' let me all in again",
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': "And now you're coming over<br>Over and over and over and over and over again",
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': 'Over and over again<br>Over and over again',
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': "Now you're coming over<br>Over and over again",
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': 'Over and over again<br>You tell me I should know you',
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': "But I'll get to know you again<br>And you want me to show you",
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': "I'm gonna show you again<br>When were in the zone you",
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': "Gon' let me own it again<br>And now you're coming over",
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': "Over and over and over and over and over again<br>Now you're coming over",
  'song': 'faithful',
  'url': 'http://www.azlyrics.com/lyrics/drake/faithful.html'},
 {'artist': 'Drake',
  'couplet': "You're coming overDoin' well dog<br>Yeah, me and all my",
  'song': 'stillhere',
  'url': 'http://www.azlyrics.com/lyrics/drake/stillhere.html'},
 {'artist': 'Drake',
  'couplet': 'Yeah, me<br>Yeah',
  'song': 'stillhere',
  'url': 'http://www.azlyrics.com/lyrics/drake/stillhere.html'},
 {'artist': 'Drake',
  'couplet': "Me and all my niggas doin' well, doin' well dog<br>You not from the city, I could tell, I could tell dog",
  'song': 'stillhere',
  'url': 'http://www.azlyrics.com/lyrics/drake/stillhere.html'},
 {'artist': 'Drake',
  'couplet': "Did it, did it, did it by myself, by myself dog<br>Blew up and I'm in the city still, I'm still here dog",
  'song': 'stillhere',
  'url': 'http://www.azlyrics.com/lyrics/drake/stillhere.html'},
 {'artist': 'Drake',
  'couplet': "How did I finesse all this shit from Jane and Weston<br>Girls all in my bed and they don't trip off first impressions",
  'song': 'stillhere',
  'url': 'http://www.azlyrics.com/lyrics/drake/stillhere.html'},
 {'artist': 'Drake',
  'couplet': "Girls all in your bed and they just ask a hundred questions<br>I can't fuck with you no more cause you be actin' extra",
  'song': 'stillhere',
  'url': 'http://www.azlyrics.com/lyrics/drake/stillhere.html'},
 {'artist': 'Drake',
  'couplet': 'Do your favorite rapper like my son, like my son tho<br>Nothing mutual about my funds, bout my funds tho',
  'song': 'stillhere',
  'url': 'http://www.azlyrics.com/lyrics/drake/stillhere.html'},
 {'artist': 'Drake',
  'couplet': "All you niggas fightin' over crumbs, where the bread at<br>How they feel about you , where you're from, where your bed at",
  'song': 'stillhere',
  'url': 'http://www.azlyrics.com/lyrics/drake/stillhere.html'},
 {'artist': 'Drake',
  'couplet': "I don't need no pill to speak my mind, I don't need that<br>I make people pay me for my time, yeah I need that",
  'song': 'stillhere',
  'url': 'http://www.azlyrics.com/lyrics/drake/stillhere.html'},
 {'artist': 'Drake',
  'couplet': "And I see your girl like all the time, all the time tho<br>I can't tell you if she's yours or mine, but I do know",
  'song': 'stillhere',
  'url': 'http://www.azlyrics.com/lyrics/drake/stillhere.html'},
 {'artist': 'Drake',
  'couplet': "Me and all my niggas doin' well, doin' well dog<br>You not from the city, I could tell, I could tell dog",
  'song': 'stillhere',
  'url': 'http://www.azlyrics.com/lyrics/drake/stillhere.html'},
 {'artist': 'Drake',
  'couplet': "Did it, did it, did it by myself, by myself dog<br>Blew up and I'm in the city still, I'm still here dog",
  'song': 'stillhere',
  'url': 'http://www.azlyrics.com/lyrics/drake/stillhere.html'},
 {'artist': 'Drake',
  'couplet': "Oh, and I'm back dog<br>Oh, you just went and turned your back dog",
  'song': 'stillhere',
  'url': 'http://www.azlyrics.com/lyrics/drake/stillhere.html'},
 {'artist': 'Drake',
  'couplet': "I thought that we were family<br>You showed me that we can't be",
  'song': 'stillhere',
  'url': 'http://www.azlyrics.com/lyrics/drake/stillhere.html'},
 {'artist': 'Drake',
  'couplet': "I got talk to God even though he isn't near me<br>Based on what I got it's hard to think he don't hear me",
  'song': 'stillhere',
  'url': 'http://www.azlyrics.com/lyrics/drake/stillhere.html'},
 {'artist': 'Drake',
  'couplet': "Hidden like that 30 on my jersey man I'm gifted<br>Whole lot of 6's but I'm still like",
  'song': 'stillhere',
  'url': 'http://www.azlyrics.com/lyrics/drake/stillhere.html'},
 {'artist': 'Drake',
  'couplet': 'Hallelujah, Hallelujah, Hallelujah<br>6 point star, lion of the Judah',
  'song': 'stillhere',
  'url': 'http://www.azlyrics.com/lyrics/drake/stillhere.html'},
 {'artist': 'Drake',
  'couplet': "All my niggas ain't off rockin' Gucci<br>One do it then we all gotta do it",
  'song': 'stillhere',
  'url': 'http://www.azlyrics.com/lyrics/drake/stillhere.html'},
 {'artist': 'Drake',
  'couplet': "Got the key, now the doors open and we all goin' through it<br>Whole city at your head for the boy",
  'song': 'stillhere',
  'url': 'http://www.azlyrics.com/lyrics/drake/stillhere.html'},
 {'artist': 'Drake',
  'couplet': "I ain't even gotta call no one for it<br>Me and all my niggas doin' well, doin' well dog",
  'song': 'stillhere',
  'url': 'http://www.azlyrics.com/lyrics/drake/stillhere.html'},
 {'artist': 'Drake',
  'couplet': 'You not from the city, I could tell, I could tell dog<br>Did it, did it, did it by myself, by myself dog',
  'song': 'stillhere',
  'url': 'http://www.azlyrics.com/lyrics/drake/stillhere.html'},
 {'artist': 'Drake',
  'couplet': "Blew up and I'm in the city stillRight, my yiy just changed<br>You just buzzed the front gate",
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': 'I thank God you came<br>How many more days could I wait?',
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': "I made plans with you<br>And I won't let em fall through",
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': "I, I, I, I, I<br>I think I'd lie for you",
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': 'I think I\'d die for you<br>Jodeci "Cry For You"',
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': 'Do things when you want me to<br>Like controlla, controlla',
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': 'Yeah, like controlla, controlla<br>Yeah, okay, you like it',
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': 'When I get, aggressive, tell you to<br>Go slower, go faster',
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': 'Like controlla, controlla<br>Yeah, like controlla, controlla',
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': 'And I’m never on a waste ting shorty<br>I do it how you say you want it',
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': "Them girls, they just wanna take my money<br>They don't want me to give you nothing",
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': "They don't want you to have nothing<br>They don't wanna see me find your lovin'",
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': "They don't wanna see me<br>Smiling back when they pree",
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': "Knowing I'd lie for you<br>Thinking I'd die for you",
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': 'Jodeci "Cry For You"<br>Do things when you want me to',
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': 'Like controlla, controlla<br>Yeah, like controlla, controlla',
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': 'Gyal a tear off mi garments<br>And a bawl fi come inna mi apartment (Woi!)',
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': 'Di gyal dem want di length and strength<br>Action speak louder than argument well',
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': "But you can't just diss and come tell man sorry<br>You can't listen to me talk and go tell my story",
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': "Nah, it don't work like that when you love somebody<br>My old flex is my new flex now and we're workin' on it",
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': "And that's why I need all the energy that you bring to me<br>My last girl would tear me apart, but she'd never wanna split a ting with me",
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': "But when it comes to you, you<br>I think I'd lie for you",
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': "I think I'd die for you<br>Do things when you want me too",
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': 'Like controlla, controlla<br>Yeah, like controlla, controlla',
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': 'And I’m never on a waste ting shorty<br>I do it how you say you want it',
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': "Them girls, they just wanna take my money<br>They don't want me to give you nothing",
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': "They don't want you to have nothing<br>They don't wanna see me find your lovin'",
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': "They don't wanna see me<br>Smiling back when they pree",
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': 'Jheeze!<br>Music a drop',
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': 'Gyal a whine up dem bumpa<br>Dis is di summa summa controlla',
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': 'Drake from Canada, Beenie Man from Jamaica<br>Dah one yah a murda!',
  'song': 'controlla490708',
  'url': 'http://www.azlyrics.com/lyrics/drake/controlla490708.html'},
 {'artist': 'Drake',
  'couplet': 'ZaggaBaby, I like your style<br>Grips on your waist',
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': "Front way, back way<br>You know that I don't play",
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': 'Streets not safe<br>But I never run away',
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': "Even when I'm away<br>Oti, oti, there's never much love when we go OT",
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': 'I pray to make it back in one piece<br>I pray, I pray',
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': "That's why I need a one dance<br>Got a Hennessy in my hand",
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': "One more time 'fore I go<br>Higher powers taking a hold on me",
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': 'I need a one dance<br>Got a Hennessy in my hand',
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': "One more time 'fore I go<br>Higher powers taking a hold on me",
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': 'Baby, I like your style<br>Strength and guidance',
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': "All that I'm wishing for my friends<br>Nobody makes it from my ends",
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': 'I had to bust up the silence<br>You know you gotta stick by me',
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': "Soon as you see the text, reply me<br>I don't wanna spend time fighting",
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': "We've got no time<br>And that's why I need a one dance",
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': "Got a Hennessy in my hand<br>One more time 'fore I go",
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': 'Higher powers taking a hold on me<br>I need a one dance',
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': "Got a Hennessy in my hand<br>One more time 'fore I go",
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': 'Higher powers taking a hold on me<br>Got a pretty girl and she love me long time',
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': "Wine it, wine it, very long time<br>Oh, yeah, she steady on grindin'",
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': 'Back up, back up, back up and wine it<br>Back up, back up and wine it',
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': "Back up, back up, back up and wine it<br>Oh, yeah, she steady on grindin'",
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': 'Back up, back up and wine it, girl<br>Tell me, I need to know, where do you wanna go?',
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': "'Cause if you're down, I'll take it slow<br>Make you lose control",
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': 'Where, where, where<br>Where, where, where, where',
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': "Oh, yeah, she steady on grindin'<br>Where, where, where",
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': 'Back up, back up and wine it, girl<br>Where, where, where, where',
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': "'Cause if you're down<br>Back up, back up and",
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': "'Cause if you're down<br>Back up, back up and",
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': "'Cause if you're down<br>Back up, back up and",
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': 'I need a one dance<br>Got a Hennessy in my hand',
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': "One more time 'fore I go<br>Higher powers taking a hold on me",
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': 'I need a one dance<br>Got a Hennessy in my hand',
  'song': 'onedance',
  'url': 'http://www.azlyrics.com/lyrics/drake/onedance.html'},
 {'artist': 'Drake',
  'couplet': "One more time 'fore I go<br>Higher powers taking a hold on meYeah, yeah",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': 'Yeah, yeah<br>Jeez',
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': 'Yeah<br>Right',
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': 'Look<br>Look',
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': 'Tell me how you really feel<br>Tell me how you really feel',
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "I would ask you what's the deal<br>But you don't even got a deal",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "Most niggas with a deal<br>Couldn't make a greatest hits",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "Y'all a whole lot of things<br>But you still ain't this",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "I don't know no one<br>That could tell me what to do",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': 'Heard yo never claimed the hood<br>Hear the hood claimed you',
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "That can't sit well<br>Oh well, ship sailed",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': 'Still mine, all mine<br>Cosign, cosign',
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "I pull up in yachts so big that they try to hit me with boat fines<br>Hype Williams, Big Pimpin'",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': 'Yeah, Just like the old times<br>Same niggas from the old days',
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': 'Lot of sides on the same side<br>OVO we a gold mine',
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "But I'm going to go no time<br>Doing plat, plat only",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': 'Boys better back off<br>Hall of fame, hall of fame',
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "Like I'm shirt off, Like I'm shirt off<br>Like I'm shirt off shorty",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': 'Whole city going crazy<br>Whole city going crazy',
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': 'Top 5 no debating<br>Top 5, top 5, top 5',
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "And the whole city rave me<br>And I'm back inside a matrix",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "And I said that we'd make it<br>Aim squad with some traitors",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "Knew my niggas from the basement<br>This ain't no metal-on-the-way shit",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "We'd really put some days in<br>Hey why you so excited? What happened",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': 'Did you win the grammy? God damn<br>You acting like you fucking won a trophy',
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "This nigga turnt the fuck up<br>They gon' think I won a Grammy",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "They gon' think I won a Grammy<br>Swerving off, Panoramic",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "I'm hanging out, they can't stand me<br>They gon' think I won a Grammy",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "They gon' think I won a Grammy<br>They gon' think I won a Grammy",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "They gon' think I won a Grammy<br>I'm showing out, they can't stand me",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "I'm showing out, they can't stand me<br>I'm swerving out, they can't stand me",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "I'm err, can't stand me<br>They gon' think I won a Grammy",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "They gon' think I won a Grammy<br>They gon' think I won a Grammy",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "They gon' think I won a Grammy<br>Gonna peel off like a bandit",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "I'm noddin' off on a xan niggas<br>Get pissed off, start airing it",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "Get a head start, ain't friendly<br>I stand out, don't blend in",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "When I saw that I meant that<br>I don't want to talk to you has-beens",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "I don't want features or add-ins<br>I don't want features or nothin",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "You can't even get on my guest list<br>They wan't me to go to the met gala",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "I want a percocet and a gallon<br>The activis high takin' don't matter",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': 'We sitting right on the cortside<br>I know players on both side',
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "I'm catching out, fuck a cosign<br>I wear the chain like a bowtie",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "I wear the ring like a fo'-five<br>Keep a fo'-five for the poor guys",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "Black tint low profile<br>Celebrating everyday cause I'm really really fresh at the coke house",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "Counting up every single day Bout to bring a whole 'nother whip out<br>They gon' think I won a Grammy",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "They gon' think I won a Grammy<br>Swerving out, Panaramic",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "I'm hanging out, they can't stand me<br>They gon' think I won a Grammy",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "They gon' think I won a Grammy<br>They gon' think I won a Grammy",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "They gon' think I won a Grammy<br>I'm showing out, they can't stand me",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "I'm showing out, they can't stand me<br>I'm swerving out, they can't stand me",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "I'm err, can't stand me<br>They gon' think I won a Grammy",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "They gon' think I won a Grammy<br>They gon' think I won a Grammy",
  'song': 'grammys',
  'url': 'http://www.azlyrics.com/lyrics/drake/grammys.html'},
 {'artist': 'Drake',
  'couplet': "They gon' think I won a GrammyBreaking news my niggas<br>If your girlfriend has went to any",
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': "Season opener basketball game<br>Best believe, she's fucking some niggas on that team",
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': "She's fucking somebody on the basketball team<br>If she's at the game",
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': 'Right, right, yep<br>I say bounce that shit like woah',
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': 'Yeah, bounce that shit like woah<br>This is not a fairytale, I already know how you like it',
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': "Take you to the mall and get you a new outfit<br>Girl that's just some child's play",
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': 'Bounce that shit like, woah, woah, woah<br>Woah, woah, heard all of the stories about you',
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': 'I already know and I like it<br>Take you to the mall and get you a new outfit',
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': "Girl that's just some child's play<br>Bounce that shit like, woah, yeah",
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': 'Bounce that shit like, woah<br>Why you gotta fight with me at Cheesecake',
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': "You know I love to go there<br>Say I'm actin' lightskin, I can't take you nowhere",
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': "This a place for families that drive Camrys and go to Disney<br>They don't need to know all of our business",
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': "You wildin', you super childish, you go to CVS for Kotex<br>In my Bugatti, I took the key and tried to hide it",
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': "So you can't drive it, and put on mileage<br>Then you find it, awkward silence",
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': "Momma is a saint, yes she raised me real good<br>All because of her I don't do you like I should",
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': "Don't make me give you back to the hood<br>Don't make me give you back",
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': 'I say bounce that shit like woah<br>Yeah, bounce that shit like woah',
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': 'This is not a fairytale, I already know how you like it<br>Take you to the mall and get you a new outfit',
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': "Girl that's just some child's play<br>Bounce that shit like, woah, woah, woah",
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': 'Woah, woah, heard all of the stories about you<br>I already know and I like it',
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': "Take you to the mall and get you a new outfit<br>Girl that's just some child's play",
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': 'Bounce that shit like, woah, yeah<br>Bounce that shit like, woah',
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': 'Yeah, rode that dick like a soldier<br>She rode it like a soldier',
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': 'She rode it like a, yeah, yeah<br>I got it, yeah',
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': "You don't wanna fall in love I know<br>I'm not someone you should trust I know",
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': 'I give Chanel out like a hug I know<br>I do a couple of you friends way before',
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': "How many girls have slept in this bed<br>Say a different number than the one that's in my head",
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': 'Lying to protect you I be doing that a lot<br>My past check like the Louis you just got',
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': 'Married in our twenties now, where the fun in that?<br>My city love me like a college running back',
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': "Pack a bag you gon' end up staying where I'm at<br>Took you from the hood, and I could never give you back",
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': "I just wanna let you know that someone love you back<br>All the Cadillac, like I'm teddy Pendergrass",
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': "Whippin' on this shit I'm getting ready, where you at?<br>Riding...",
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': 'Rode that dick like a soldier<br>She rode it like a soldier',
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': 'She rode it like a real marine soldier<br>She rode that dick like a soldier',
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': 'She rode it like a soldier<br>She rode it like a real marine soldier',
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': "Thank you, thank's Drake, thanks baby<br>Motherfuckers drunk and tired",
  'song': 'childsplay',
  'url': 'http://www.azlyrics.com/lyrics/drake/childsplay.html'},
 {'artist': 'Drake',
  'couplet': "Tired, I'm tired bossYeah, yeah<br>Dropped outta school now we dumb rich, dumb rich",
  'song': 'popstyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/popstyle.html'},
 {'artist': 'Drake',
  'couplet': 'This sound like some forty-three-oh-one shit, one shit<br>All my niggas wanna do is pop style, pop style',
  'song': 'popstyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/popstyle.html'},
 {'artist': 'Drake',
  'couplet': 'Turn my birthday into a lifestyle, lifestyle<br>Tell my mom I love her if I do not make it, do not make it',
  'song': 'popstyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/popstyle.html'},
 {'artist': 'Drake',
  'couplet': 'Got so many chains they call me Chaining Tatum<br>They do, they do',
  'song': 'popstyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/popstyle.html'},
 {'artist': 'Drake',
  'couplet': 'And I like to finish what you think you started<br>Man you boys just got to Hollywood, you boys just started',
  'song': 'popstyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/popstyle.html'},
 {'artist': 'Drake',
  'couplet': "You don't know what you just started<br>All I do is hang with the young and heartless",
  'song': 'popstyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/popstyle.html'},
 {'artist': 'Drake',
  'couplet': "All this is for my family, man, I try my hardest<br>It's all I ever did and look where it got him",
  'song': 'popstyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/popstyle.html'},
 {'artist': 'Drake',
  'couplet': "Yeah, you've been on my mind lately<br>You've still got my number, girl you need to call me",
  'song': 'popstyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/popstyle.html'},
 {'artist': 'Drake',
  'couplet': 'I feel like they wanna see me learn the hard way<br>But you know I always handle that one my way',
  'song': 'popstyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/popstyle.html'},
 {'artist': 'Drake',
  'couplet': 'Girl let me rock, rock, rock, rock, rock your body<br>Justin Timberlake and then I hit the highway',
  'song': 'popstyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/popstyle.html'},
 {'artist': 'Drake',
  'couplet': "I can't trust no fuckin' body<br>They still out to get me cause they never got me",
  'song': 'popstyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/popstyle.html'},
 {'artist': 'Drake',
  'couplet': "They still out to get me, they don't get it<br>I can not be got, and that's a given",
  'song': 'popstyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/popstyle.html'},
 {'artist': 'Drake',
  'couplet': 'They like Pablo, "why are all the windows tinted on your Tahoe?"<br>Why do you know every single bitch that I know?',
  'song': 'popstyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/popstyle.html'},
 {'artist': 'Drake',
  'couplet': "Why can't you just shut your mouth and take the high road?<br>Fuck if I know, that's that Chicago, aye",
  'song': 'popstyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/popstyle.html'},
 {'artist': 'Drake',
  'couplet': "South, south, side, that's the motto, aye<br>Cop a crib and spend ten million on remodel",
  'song': 'popstyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/popstyle.html'},
 {'artist': 'Drake',
  'couplet': 'Take the devils out my life and preach the gospel, cause I know<br>We went way, way past the line of scrimmage, aye',
  'song': 'popstyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/popstyle.html'},
 {'artist': 'Drake',
  'couplet': "Throne is back up in it, aye<br>In the field like Emmitt, aye, y'all get so offended, aye",
  'song': 'popstyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/popstyle.html'},
 {'artist': 'Drake',
  'couplet': "I be blacking out, I ain't backing out<br>Jay about his business, and I'mma let you finish but I...",
  'song': 'popstyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/popstyle.html'},
 {'artist': 'Drake',
  'couplet': 'I just, I just, I just, I just wanna rock your body<br>Take you to the garage and do some karate',
  'song': 'popstyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/popstyle.html'},
 {'artist': 'Drake',
  'couplet': 'Chop it, chop it, chop it, chop it sipping sake<br>Throw a thick bitch on a Kawasaki',
  'song': 'popstyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/popstyle.html'},
 {'artist': 'Drake',
  'couplet': '(Perfect)<br>Dropped outta school now we dumb rich, dumb rich',
  'song': 'popstyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/popstyle.html'},
 {'artist': 'Drake',
  'couplet': 'This sound like some forty-three-oh-one shit, one shit<br>All my niggas wanna do is pop style, pop style',
  'song': 'popstyle',
  'url': 'http://www.azlyrics.com/lyrics/drake/popstyle.html'},
 {'artist': 'Drake',
  'couplet': 'Turn my birthday into a lifestyle, lifestyleOh yeah yeah yeah<br>Oh yeah yeah yeah',
  'song': 'toogood',
  'url': 'http://www.azlyrics.com/lyrics/drake/toogood.html'},
 {'artist': 'Drake',
  'couplet': "Yeah, look<br>I don't know how to talk to you",
  'song': 'toogood',
  'url': 'http://www.azlyrics.com/lyrics/drake/toogood.html'},
 {'artist': 'Drake',
  'couplet': "I don't know how to ask you if you're okay<br>My friends always feel the need to tell me things",
  'song': 'toogood',
  'url': 'http://www.azlyrics.com/lyrics/drake/toogood.html'},
 {'artist': 'Drake',
  'couplet': "Seems like they're just happier than us these days<br>Yeah, these days I don't know how to talk to you",
  'song': 'toogood',
  'url': 'http://www.azlyrics.com/lyrics/drake/toogood.html'},
 {'artist': 'Drake',
  'couplet': "I don't know how to be there when you need me<br>It feels like the only time you'll see me",
  'song': 'toogood',
  'url': 'http://www.azlyrics.com/lyrics/drake/toogood.html'},
 {'artist': 'Drake',
  'couplet': 'Is when you turn your head to the side and look at me differently<br>Yeah, and last night I think I lost my patience',
  'song': 'toogood',
  'url': 'http://www.azlyrics.com/lyrics/drake/toogood.html'},
 {'artist': 'Drake',
  'couplet': 'Last night I got high as your expectations<br>Last night, I came to a realization',
  'song': 'toogood',
  'url': 'http://www.azlyrics.com/lyrics/drake/toogood.html'},
 {'artist': 'Drake',
  'couplet': 'And I hope you can take it<br>I hope you can take it',
  'song': 'toogood',
  'url': 'http://www.azlyrics.com/lyrics/drake/toogood.html'},
 {'artist': 'Drake',
  'couplet': "I'm too good to you<br>I'm way too good to you",
  'song': 'toogood',
  'url': 'http://www.azlyrics.com/lyrics/drake/toogood.html'},
 {'artist': 'Drake',
  'couplet': "You take my love for granted<br>I just don't understand it",
  'song': 'toogood',
  'url': 'http://www.azlyrics.com/lyrics/drake/toogood.html'},
 {'artist': 'Drake',
  'couplet': "No, I'm too good to you<br>I'm way too good to you",
  'song': 'toogood',
  'url': 'http://www.azlyrics.com/lyrics/drake/toogood.html'},
 {'artist': 'Drake',
  'couplet': "You take my love for granted<br>I just don't understand it",
  'song': 'toogood',
  'url': 'http://www.azlyrics.com/lyrics/drake/toogood.html'},
 ...]

In [7]:
import pandas as pd
lyrics_df = pd.DataFrame(lyrics_list)


---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-7-cda6abad6367> in <module>()
      1 import pandas as pd
----> 2 lyrics_df = pd.DataFrame(lyrics_list)

NameError: name 'lyrics_list' is not defined

In [14]:
lyrics_df


Out[14]:
artist couplet song url
0 Drake Having conversations with mama, man my life is... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
1 Drake She got google alerts, them shits go straight ... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
2 Drake She said "I heard you back with you know who"<... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
3 Drake And she like "Who are we kidding"<br>"You're o... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
4 Drake "You're your fathers child man thank god you g... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
5 Drake At least I'm always being true to what you tau... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
6 Drake Never get sloppy drunk, but alcohol is problem... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
7 Drake And assistants always convinced that there's a... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
8 Drake I know you wanna arrange it, you told me she's... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
9 Drake The timing ain't right<br>Maybe one day but ev... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
10 Drake We do things that people pay to document<br>Yo... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
11 Drake I got no friends in this momma<br>I don't pret... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
12 Drake I'on joke with this momma<br>I pull the knife ... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
13 Drake I'm "Game of Thrones" with it momma<br>I'm "Ho... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
14 Drake I'm t-<br>I really hate using this tone with y... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
15 Drake I really hate getting aggressive on this phone... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
16 Drake It's just they cloning me momma<br>Them niggas... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
17 Drake Its like - I'm the one they wanna be momma<br>... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
18 Drake I mean I kill em every time they do a song wit... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
19 Drake What more they want from me momma?<br>Yeah, th... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
20 Drake But you and the six raised me right<br>"Don't ... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
21 Drake You and the six raised me right, that shit sav... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
22 Drake You know he dropping a single, he saying this ... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
23 Drake Call him after we get off the phone and show h... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
24 Drake He made mistakes throughout his life that he s... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
25 Drake I'm content with this story, who are we not to... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
26 Drake I used to rap on the phone, one of his friends... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
27 Drake Let's just call this shit even, we got some th... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
28 Drake Hangin' with Aaron Bell and Reny shit could've... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
29 Drake He let me shoot a gun one summer but out there... youthe6 http://www.azlyrics.com/lyrics/drake/youthe6.html
... ... ... ... ...
3167 Drake I’m not what your used to at all<br>If we stop... yamahamama http://www.azlyrics.com/lyrics/drake/yamahamam...
3168 Drake I’ma celebrate the fact that I found you girl<... yamahamama http://www.azlyrics.com/lyrics/drake/yamahamam...
3169 Drake Wanna hear from all my ladies from around the ... yamahamama http://www.azlyrics.com/lyrics/drake/yamahamam...
3170 Drake Uhh, yea<br>Uh uh uh zone http://www.azlyrics.com/lyrics/drake/zone.html
3171 Drake Alright, well alright<br>I say I do it for the... zone http://www.azlyrics.com/lyrics/drake/zone.html
3172 Drake Bunk bed flow,<br>Always one level above zone http://www.azlyrics.com/lyrics/drake/zone.html
3173 Drake If I'm in your starting five<br>You'll never n... zone http://www.azlyrics.com/lyrics/drake/zone.html
3174 Drake And I'm never looking down,<br>So I always kno... zone http://www.azlyrics.com/lyrics/drake/zone.html
3175 Drake A picture won't do me justice,<br>League in th... zone http://www.azlyrics.com/lyrics/drake/zone.html
3176 Drake Patience little label nigga you won't rush thi... zone http://www.azlyrics.com/lyrics/drake/zone.html
3177 Drake I got a revolutionary flow in every scenario,<... zone http://www.azlyrics.com/lyrics/drake/zone.html
3178 Drake Bust my girlfriend booty 'round like the merry... zone http://www.azlyrics.com/lyrics/drake/zone.html
3179 Drake And this verse deserve a burial.<br>Don't cry ... zone http://www.azlyrics.com/lyrics/drake/zone.html
3180 Drake Yea, and polo isn't at my session<br>Mr. antic... zone http://www.azlyrics.com/lyrics/drake/zone.html
3181 Drake Ok, ok, I'm grown, grown<br>Party at my house ... zone http://www.azlyrics.com/lyrics/drake/zone.html
3182 Drake Doing every single thing my momma wouldn't con... zone http://www.azlyrics.com/lyrics/drake/zone.html
3183 Drake I'm up too high, somebody come get me down, do... zone http://www.azlyrics.com/lyrics/drake/zone.html
3184 Drake Said I'm up too high, somebody come get me dow... zone http://www.azlyrics.com/lyrics/drake/zone.html
3185 Drake Yo, my ex-girl say she done dating black guys,... zone http://www.azlyrics.com/lyrics/drake/zone.html
3186 Drake But not me I'll make your battleship capsize,<... zone http://www.azlyrics.com/lyrics/drake/zone.html
3187 Drake I got the full package, a nigga complete,<br>I... zone http://www.azlyrics.com/lyrics/drake/zone.html
3188 Drake Pursue me and ill put you on front street<br>P... zone http://www.azlyrics.com/lyrics/drake/zone.html
3189 Drake I'm much more than you'd fathom me would be,<b... zone http://www.azlyrics.com/lyrics/drake/zone.html
3190 Drake I guarantee those women gettin' at him would a... zone http://www.azlyrics.com/lyrics/drake/zone.html
3191 Drake I swear these niggas gassed up even tho the pr... zone http://www.azlyrics.com/lyrics/drake/zone.html
3192 Drake Yea, you know my coupe sits super low,<br>Tops... zone http://www.azlyrics.com/lyrics/drake/zone.html
3193 Drake Ok, ok, I'm grown, grown<br>Party at my house ... zone http://www.azlyrics.com/lyrics/drake/zone.html
3194 Drake Doing every single thing my momma wouldn't con... zone http://www.azlyrics.com/lyrics/drake/zone.html
3195 Drake I'm up too high, somebody come get me down, do... zone http://www.azlyrics.com/lyrics/drake/zone.html
3196 Drake Said I'm up too high, somebody come get me dow... zone http://www.azlyrics.com/lyrics/drake/zone.html

3197 rows × 4 columns


In [15]:
lyrics_df.to_csv('Drake2.csv', index=False)

USE THIS


In [8]:
import pandas as pd
lyrics_df = pd.read_csv('all_lyrics.csv')

Step 2: Make Parts-of-Speech Lists


In [9]:
from textblob import TextBlob

In [10]:
ready2blob = ''

for couplet in lyrics_df['couplet']:
    ready2blob += couplet + ' '

In [11]:
# ready2blob.replace('<br>', ' ').replace('< br >', ' ')

In [12]:
blob = TextBlob(ready2blob)

In [13]:
tags = blob.tags

IN_NN


In [288]:
def find_IN_NN(tags):
    for num in range(25):
        try:
            if couplet_tags[num][1] == "IN" and couplet_tags[num + 1][1] == "NN":
                return str(couplet_tags[num][0]) + " " + str(couplet_tags[num + 1][0])
        except:
            pass

In [203]:
# def column_to_IN_NN(column):
#     IN_NN_list = []
#     for lines in column:
#         couplet_tags = TextBlob(lines).tags
#         if find_IN_NN(couplet_tags) and find_IN_NN(couplet_tags) != ('br >'):
#             IN_NN_list.append(find_IN_NN(couplet_tags))
#             return IN_NN_list
#     return set(IN_NN_list)

In [289]:
# IN_NN_list = []
# for lines in lyrics_df['couplet']:
#     couplet_tags = TextBlob(lines).tags
#     if find_IN_NN(couplet_tags) and find_IN_NN(couplet_tags) != ('br >'):
#         IN_NN_list.append(find_IN_NN(couplet_tags).lower())
# IN_NN_list = list(set(IN_NN_list))

RB_IN


In [266]:
# def find_RB_IN(tags):
#     for num in range(25):
#         try:
#             if couplet_tags[num][1] == "RB" and couplet_tags[num + 1][1] == "IN":
#                 return str(couplet_tags[num][0]) + " " + str(couplet_tags[num + 1][0])
#         except:
#             pass
        
# RB_IN_list = []
# for lines in lyrics_df['couplet']:
#     couplet_tags = TextBlob(lines).tags
#     if find_RB_IN(couplet_tags) and find_RB_IN(couplet_tags) != ('br >'):
#         RB_IN_list.append(find_RB_IN(couplet_tags).lower())
        
# RB_IN_list = list(set(RB_IN_list))RB_IN_list

VB_place Verb + Place Preposition


In [24]:
# place_preposition = ['away',
#                      'in',
#                      'out',
#                      'up',
#                      'down',
#                      'around',
#                      'through',
#                      'over']

# def find_place_preposition(tags):
#     for num in range(25):
#         try:
#             if couplet_tags[num][1] == "VB" and couplet_tags[num + 1][0] in place_preposition:
#                 return str(couplet_tags[num][0]) + " " + str(couplet_tags[num + 1][0])
#         except:
#             pass

# VB_place = []
# for lines in lyrics_df['couplet']:
#     couplet_tags = TextBlob(lines).tags
#     if find_place_preposition(couplet_tags) and find_place_preposition(couplet_tags) != ('br >'):
#         VB_place.append(find_place_preposition(couplet_tags).lower())
        
# VB_place = list(set(VB_place))

JJ + "to"


In [20]:
def find_JJ_to(tags):
    for num in range(25):
        try:
            if couplet_tags[num][1] == "JJ" and couplet_tags[num + 1][0] == "to":
                return str(couplet_tags[num][0]) + " " + str(couplet_tags[num + 1][0])
        except:
            pass
        
JJ_to_list = []
for lines in lyrics_df['couplet']:
    couplet_tags = TextBlob(lines).tags
    if find_JJ_to(couplet_tags) and find_JJ_to(couplet_tags) != ('br >'):
        JJ_to_list.append(find_JJ_to(couplet_tags).lower())
        
JJ_to_list = list(set(JJ_to_list))
JJ_to_df = pd.DataFrame({'JJ_to': JJ_to_list})
JJ_to_df.to_csv('JJ_to.csv', index = False)

VB + "to"


In [24]:
def find_VB_to(tags):
    for num in range(25):
        try:
            if couplet_tags[num][1] == "VB" and couplet_tags[num + 1][0] == "to":
                return str(couplet_tags[num][0]) + " " + str(couplet_tags[num + 1][0])
        except:
            pass
        
VB_to_list = []
for lines in lyrics_df['couplet']:
    couplet_tags = TextBlob(lines).tags
    if find_VB_to(couplet_tags) and find_VB_to(couplet_tags) != ('br >'):
        VB_to_list.append(find_VB_to(couplet_tags).lower())
        
VB_to_list = list(set(VB_to_list))
VB_to_df = pd.DataFrame({'VB_to': VB_to_list})
VB_to_df.to_csv('VB_to.csv', index = False)

VB_PRP


In [31]:
def find_VB_PRP(tags):
    for num in range(25):
        try:
            if couplet_tags[num][1] == "VB" and couplet_tags[num + 1][1] == "PRP":
                return str(couplet_tags[num][0]) + " " + str(couplet_tags[num + 1][0])
        except:
            pass
        
VB_PRP_list = []
for lines in lyrics_df['couplet']:
    couplet_tags = TextBlob(lines).tags
    if find_VB_PRP(couplet_tags) and find_VB_PRP(couplet_tags) != ('br >'):
        VB_PRP_list.append(find_VB_PRP(couplet_tags).lower())
        
VB_PRP_list = list(set(VB_PRP_list))
VB_PRP_df = pd.DataFrame({'VB_PRP': VB_PRP_list})
VB_PRP_df.to_csv('VB_PRP.csv', index = False)

VBN + "to"


In [86]:
def find_VBN_to(tags):
    for num in range(25):
        try:
            if couplet_tags[num][1] == "VBN" and couplet_tags[num + 1][0] == "to":
                return str(couplet_tags[num][0]) + " " + str(couplet_tags[num + 1][0])
        except:
            pass
        
VBN_to_list = []
for lines in lyrics_df['couplet']:
    couplet_tags = TextBlob(lines).tags
    if find_VBN_to(couplet_tags) and find_VBN_to(couplet_tags) != ('br >'):
        VBN_to_list.append(find_VBN_to(couplet_tags).lower())
        
VBN_to_list = list(set(VBN_to_list))
VBN_to_df = pd.DataFrame({'VBN_to': VBN_to_list})
VBN_to_df.to_csv('VBN_to.csv', index = False)

find VBG + IN


In [94]:
def find_VBG_IN(tags):
    for num in range(25):
        try:
            if couplet_tags[num][1] == "VBG" and couplet_tags[num + 1][1] == "IN":
                return str(couplet_tags[num][0]) + " " + str(couplet_tags[num + 1][0])
        except:
            pass
        
VBG_IN_list = []
for lines in lyrics_df['couplet']:
    couplet_tags = TextBlob(lines).tags
    if find_VBG_IN(couplet_tags) and find_VBG_IN(couplet_tags) != ('br >'):
        VBG_IN_list.append(find_VBG_IN(couplet_tags).lower())
        
VBG_IN_list = list(set(VBG_IN_list))
VBG_IN_df = pd.DataFrame({'VBG_IN': VBG_IN_list})
VBG_IN_df.to_csv('VBG_IN.csv', index = False)

POS


In [177]:
# VB = [w.lower() for w, pos in tags if pos == 'VB']
# VB = list(set(VB))
# VB_df = pd.DataFrame({'VB': VB})
# VB_df.to_csv('intransitive_verbs.csv')

In [90]:
# NN = [w.lower() for w, pos in tags if pos == 'NN']
# NN = set(NN)
# NN = list(NN)
# NN_df = pd.DataFrame({'NN': NN})
# NN_df.to_csv('singular_nouns.csv')

In [132]:
# VBN = [w.lower() for w, pos in tags if pos == 'VBN']
# VBN = set(VBN)
# VBN = list(VBN)
# VBN_df = pd.DataFrame({'VBN': VBN})
# VBN_df.to_csv('past_participles.csv')

In [140]:
# JJS = [w.lower() for w, pos in tags if pos == 'JJS']
# JJS = set(JJS)
# JJS = list(JJS)
# JJS_df = pd.DataFrame({'JJS': JJS})
# JJS_df.to_csv('adj_superlatives.csv')

In [191]:
# NNS = [w.lower() for w, pos in tags if pos == 'NNS']
# NNS = set(NNS)
# NNS = list(NNS)
# NNS_df = pd.DataFrame({'NNS': NNS})
# NNS_df.to_csv('plural_nouns.csv')

In [202]:
# RB = [w.lower() for w, pos in tags if pos == 'RB']
# RB = set(RB)
# RB = list(RB)
# RB_df = pd.DataFrame({'RB': RB})
# RB_df.to_csv('adverbs.csv')

In [204]:
# RBR = [w.lower() for w, pos in tags if pos == 'RBR']
# RBR = set(RBR)
# RBR = list(RBR)
# RBR_df = pd.DataFrame({'RBR': RBR})
# RBR_df.to_csv('comparative_adverbs.csv')

In [211]:
# JJ = [w.lower() for w, pos in tags if pos == 'JJ']
# JJ = set(JJ)
# JJ = list(JJ)
# JJ_df = pd.DataFrame({'JJ': JJ})
# JJ_df.to_csv('adjectives.csv')

In [292]:
# IN_NN_df = pd.DataFrame({'IN_NN': IN_NN_list})
# IN_NN_df.to_csv('IN_NN.csv')

In [295]:
# RB_IN_df = pd.DataFrame({'RB_IN': RB_IN_list})
# RB_IN_df.to_csv('RB_IN.csv')

In [26]:
# VB_place_df = pd.DataFrame({'VB_place': VB_place})
# VB_place_df.to_csv('VB_place.csv', index = False)

In [40]:
# pos_JJ = []
# for adjective in JJ:
#     blob = TextBlob(adjective)
#     if blob.sentiment[0] > 0:
#         pos_JJ.append(adjective)
# pos_JJ_df = pd.DataFrame({'pos_JJ': pos_JJ})
# pos_JJ_df.to_csv('pos_JJ.csv', index = False)

In [36]:
# JJR = [w.lower() for w, pos in tags if pos == 'JJR']
# JJR = list(set(JJR))
# JJR_df = pd.DataFrame({'JJR': JJR})
# JJR_df.to_csv('JJR.csv', index = False)

In [92]:
# NNP = [w for w, pos in tags if pos == 'NNP']
# NNP = list(set(NNP))
# NNP_df = pd.DataFrame({'NNP': NNP})
# NNP_df.to_csv('NNP1.csv', index = False)

In [93]:
# VBG = [w.lower() for w, pos in tags if pos == 'VBG']
# VBG = list(set(VBG))
# VBG_df = pd.DataFrame({'VBG': VBG})
# VBG_df.to_csv('VBG.csv', index = False)

In [115]:
# NNS = [w.lower() for w, pos in tags if pos == 'NNS']
# NNS = list(set(NNS))

# neg_NNS = []
# for adjective in NNS:
#     blob = TextBlob(adjective)
#     if blob.sentiment[0] <= 0:
#         neg_NNS.append(adjective)
# neg_NNS_df = pd.DataFrame({'neg_NNS': neg_NNS})
# neg_NNS_df.to_csv('neg_NNS.csv', index = False)

Template 50: she asked

She asked What have I learned since getting richer

  • JJR

In [160]:
def t50_she_asked():
    think_vb = random.choice(['think', 'know', 'believe', 'feel like'])
    pos = {}
    pos_keys = [ 'NN', 'NN', 'NN',
            'VB', 'VB',
            'VBN', 'VBN',
            'JJS', 'JJS',
            'NNS', 'NNS',
            'JJ', 'JJ',
            'NNP_thing', 'NNP_thing',
            'IVB', 'RB', 'IN_NN', 'RB_IN', 'VB_place', 'pos_JJ', 
            'JJ_to', 'VB_to', 'VB_me', 'JJR', 'NNP', 'NNP_place', 'VBN_to', 'VBG', 'VBG_IN', 'neg_NNS']
    for x in pos_keys:
        filename = x + '.csv'
        df = pd.read_csv(filename)
        if not x in pos.keys():
            pos[x] = random.choice(df[x].tolist())
        else:
            if not x + '2' in pos.keys():
                pos[x + '2'] = random.choice(df[x].tolist())
            else:
                pos[x + '3'] = random.choice(df[x].tolist())
    return """She asked
    What have I learned since getting {}""".format(pos['JJR'])

In [161]:
for x in range(10):
    print(t50_she_asked())


She asked
    What have I learned since getting older
She asked
    What have I learned since getting radder
She asked
    What have I learned since getting younger
She asked
    What have I learned since getting hotter
She asked
    What have I learned since getting stinkier
She asked
    What have I learned since getting less
She asked
    What have I learned since getting easier
She asked
    What have I learned since getting better
She asked
    What have I learned since getting greener
She asked
    What have I learned since getting slicker

Master Template


In [202]:
import pandas as pd
import random
import twython
from config import *  

# POS
pos = {}
pos_keys = [ 'NN', 'NN', 'NN',
        'VB', 'VB',
        'VBN', 'VBN',
        'JJS', 'JJS',
        'NNS', 'NNS',
        'JJ', 'JJ',
        'NNP_thing', 'NNP_thing',
        'IVB', 'RB', 'IN_NN', 'RB_IN', 'VB_place', 'pos_JJ', 
        'JJ_to', 'VB_to', 'VB_me', 'JJR', 'NNP', 'NNP_place', 
        'VBN_to', 'VBG', 'VBG_IN', 'neg_NNS']
for x in pos_keys:
    filename = x + '.csv'
    df = pd.read_csv(filename)
    if not x in pos.keys():
        pos[x] = random.choice(df[x].tolist())
    else:
        if not x + '2' in pos.keys():
            pos[x + '2'] = random.choice(df[x].tolist())
        else:
            pos[x + '3'] = random.choice(df[x].tolist())
# Other variables
think_vb = random.choice(['think', 'know', 'believe', 'feel like'])
# Mini-functions
def t1_you_dont_know_generator():
    t1_IN_NN = random.choice([w for w in pd.read_csv('IN_NN.csv')['IN_NN'].tolist() if
        w[:2] != 'of'
        and w[:2] != 'as'
        and w != 'at sit'
        and w[:4] != 'like'
        and w[:2] != 'by'
        and w[:5] != 'on da'
        and w[:4] != 'than'])
    return """You don't know what's {}
    But you know what you're {}""".format(
        t1_IN_NN, 
        pos['RB_IN'])
def t2_girl_put_generator():
    t2_NN = random.choice(['hustle', 'experience', 'overtime', 'intention', 'bliss', 'honey',
        'reputation', 'taste', 'indifference', 'skin', 'sweat', 'discretion',
        'surgery', 'booze', 'action', 'risk'])
    return """Girl put in {}
    {} it through the {}""".format(
        t2_NN, 
        pos['VB'], pos['NN'])
def t3_I_live_for_generator():
    return """I live for the {} I can't {}
    with the people that I won't {}""".format(
        pos['NN'], pos['VB'], 
        pos['VB2'])
def t4_at_the_same_time_generator():
    return """{} is just {} and {} at the same time""".format(
        pos['NN'][0].upper() + pos['NN'][1:], pos['NN2'], pos['NN3'])
def t5_when_all_is_generator(): 
    return """When all is {} and {}
    more is always {} than {}""".format(
        pos['VBN'], pos['VBN2'], 
        pos['VBN2'], pos['VBN'])
def t6_i_know_they_say_generator():
    return """I know they say the first {} is the {},
    but that first {} is the {}""".format(
        pos['NN'], pos['JJS'], 
        pos['NN2'], pos['JJS2'])
def t7_sometimes_generator():
    return """'Cause your {} don't {} what it {} sometimes""".format(
        pos['NN'], pos['VB'], pos['VB2'])
def t8_one_place_generator():
    return """{} in one place, {} in another""".format(
        pos['NN'][0].upper() + pos['NN'][1:], pos['NN2'])
def t9_im_more_generator():
    return """I'm more than just a {}; I doubt you'll find another.""".format(pos['NN'])
def t10_just_as_i_generator():
    return """Just as I predicted, here we {} again.
    They always say the {} {} has the {} {}""".format(
        pos['IVB'], 
        pos['JJS'], pos['NN'], pos['JJS2'], pos['NN2'])
def t11_metaphor_generator():
    return """The {} I want to {}
    is like a {} to my {}""".format(
        pos['NN'], pos['IVB'], 
        pos['NN2'], pos['NN3'])
def t12_you_aint_the_only_generator():
    return """You ain't the only {}
    that's tryna be the only {}""".format(pos['NN'], pos['NN'])
def t13_wish_you_would_learn_generator():
    return """Wish you would learn to love {} and use {},
    and not the other way around""".format(
        pos['NNS'], pos['NNS2'])
def t14_looking_back_generator():
    return """Looking back on the {}, at least my {} is intact.
    'Cause we said no {} attached, and I still got tied up in that""".format(
        pos['NN'], pos['NN2'], 
        pos['NNS'], pos['VBN'])
def t15_so_you_should_generator():
    t15_verbs = random.choice(['fly', 'go', 'roam', 'stop', 'walk', 'turn', 'escape'])
    t15_adverbs = random.choice(['long', 'much', 'endlessly', 'often', 'many times'])
    return """The {} ones {}, if you wait too {}.
    So you should {}, before you stay too {}""".format(
        pos['pos_JJ'], t15_verbs, t15_adverbs, 
        t15_verbs, t15_adverbs)
def t16_you_know_its_real_generator():
    return """You know it's real when you {}
    who you think you {}""".format(pos['VB'], pos['VB'])
def t17_you_know_its_generator():
    return """You know it's {} when you {}
    who you think you {}""".format(
        pos['JJ'], pos['VB'],
        pos['VB'])
def t18_dont_really_give_a_generator():
    t18_nouns = random.choice(['damn', 'darn', 'drat', 'sweat', 'fu**', 'shit'])
    return """I don't really give a {}
    and my excuse is that I'm {}""".format(
        t18_nouns, 
        pos['JJ'])
def t19_lookin_for_generator():
    return """Lookin' for the {} way
    to do the {} things""".format(
        pos['JJ'], 
        pos['JJ2'])
def t20_nobody_understood_generator():
    return """Nobody understood what it was like to be {} and {}""".format(
        pos['JJ'], 
        pos['JJ2'])
def t21_we_just_got_generator():
    return """You got {}
    we just got {}""".format(
        pos['NNS'], 
        pos['NNS2'])
def t22_i_warned_them_generator():
    t22_IN_NN = random.choice([w for w in pd.read_csv('IN_NN.csv')['IN_NN'].tolist() if
        w[:4] != 'like'
        and w[:2] != 'in'
        and w[:4] != 'than'
        and w[-3:] != 'cup'
        and w[-4:] != 'than'
        and w[-4:] != 'fuck'
        and w[-3:] != 'dog'
        and w[:3] != 'up'
        and w[:6] != 'though'])
    return """I warned them {}""".format(t22_IN_NN)
def t23_i_never_generator():
    return """But I never {}
    Even when I'm {}""".format(
        pos['VB_place'],
        pos['VB_place'].split()[1])
def t24_way_too_generator():
    return """No, I'm too {} you
    I'm way too {} you""".format(pos['JJ_to'], pos['JJ_to'])
def t25_look_generator():
    return """Look... I don't know how to {} you
    I don't know how to ask you if you're {}""".format(pos['VB_to'], pos['JJ']) #, pos['VB'], pos['JJR'])
def t26_friends_always():
    return """My friends always feel the need to {} things
    Seems like they're just {} than us these days""".format(pos['VB_me'], pos['JJR'])
def t27_for_you():
    t27_rhyme = random.choice([
        ['riiiide', 'decide', 'slide', 'ride'],
        ['twist', 'resist', 'exist'],
        ['sleep', 'creep'],
        ['overlook', 'look', 'cook'],
        ['fly', 'die', 'lie', 'cry'],
        ['kiss', 'diss'],
        ['skate', 'concentrate', 'hesitate', 'appreciate', 'relate', 'wait'],
        ['appear', 'disappear'],
        ['spit', 'forfeit', 'vomit'],
        ['sneak', 'speak'],
        ['return', 'burn', 'turn'],
        ['stop', 'pop', 'hop'],
        ['flow', 'grow']
        ])
    a = t27_rhyme.pop(random.randrange(len(t27_rhyme)))
    b = random.choice(t27_rhyme)
    return """I {} I'd {} for you
    I {} I'd {} for you""".format(
        think_vb, a,
        think_vb, b)
def t28_old_new():
    return """My old {} is my new {} now""".format(pos['NN'], pos['NN'])
def t29_workin():
    return """My old {} is my new {} now, and we're workin' on it""".format(pos['NN'], pos['NN'])
def t30_woo():
    return """I just found my {} like I'm {}, woo""".format(pos['NN'], pos['NNP'])
def t31_i_miss():
    return """{} and {} for all my {} that I miss""".format(pos['NNP_thing'], pos['NNP_thing2'], pos['NNS'])
def t32_uh():
    return """Uh, uh, uh, I {} I need some {}""".format(think_vb, pos['NNP_thing'])
def t33_hundred():
    return """Hundred {} out in {}, they so {}, wow""".format(pos['NNS'], pos['NNP_place'], pos['JJ'])
def t34_yeah():
    return """You {}, you {}
    yeah""".format(pos['VBN_to'], pos['VBN_to'])
def t35_ever_since():
    return """Cause ever since I left the city, you
    Started {} less and {} more""".format(pos['VBG'], pos['VBG_IN'])
def t36_got_a_lotta():
    return """I got {},
    got a lotta {}""".format(pos['NNS'], pos['NNS'])
def t37_pictures():
    return """They show me pictures of they {},
    Just to tell me they ain't really {}""".format(pos['NNS'], pos['NNS'])
def t38_written_on_me():
    return """I'm {} {}, got it written on me""".format(pos['JJ'], pos['NN'])
def t39_friends():
    return """My {} want to be friends with my other {}
    I don't let it get to me""".format(pos['neg_NNS'], pos['neg_NNS'])
def t40_wish():
    return """My only wish is that I die {}""".format(pos['pos_JJ'])
def t41_we_both():
    return """I've had mine, you've had yours, we both {}""".format(pos['IVB'])
def t42_drinking():
    return """Drinking every night because we drink to my {}""".format(pos['NNS'])
def t43_accomplishments():
    t43_pair = random.choice([['sipping', 'sip'],
        ['smoking', 'smoke'],
        ['grinding', 'grind'],
        ['plotting', 'plot'],
        ['cooking', 'cook'],
        ['puffing', 'puff'],
        ['skating', 'skate'],
        ['stunting', 'stunt'],
        ['dancing', 'dance'],
        ['rolling', 'roll'],
        ['swerving', 'swerve'],
        ['tripping', 'trip'],
        ['praying', 'pray'],
        ['flying', 'fly'],
        ['popping', 'pop'],
        ['PMSing', 'PMS'],
        ['scheming', 'scheme'],
        ['spending', 'spend'],
        ['swagging', 'swag'],
        ['crying', 'cry'],
        ['riding', 'ride'],
        ['splurging', 'splurge'],
        ['eating', 'eat'],
        ['undressing', 'undress'],
        ['tweaking', 'tweak'],
        ['balling', 'ball'],
        ['chilling', 'chill'],
        ['bouncing', 'bounce'],
        ['twerking', 'twerk'],
        ['romancing', 'romance']])
    return """{} every night because we {} to my accomplishments""".format(t43_pair[0][0].upper() + t43_pair[0][1:], t43_pair[1])
def t44_drizzy_got():
    return """Drizzy got the {}, so Drizzy gonna {} it""".format(pos['NN'], pos['VB'])
def t45_yelling_out():
    return """I be yelling out {} over everything, {} on my mind""".format(pos['NN'], pos['NN'])
def t46_i_heard():
    return """I heard once that they would rather hear about {} than {}""".format(pos['NNS'], pos['NNS2'])
def t47_last_name():
    return """Last name ever
    First name {}""".format(pos['JJS'])
def t48_do_it_real():
    t48_pair = random.choice([['light', 'lighter'],
        ['low', 'lower'],
        ['soon', 'sooner'],
        ['bright', 'brighter'],
        ['cold', 'colder'],
        ['stinky', 'stinkier'],
        ['legit', 'more legit'],
        ['soft', 'softer'],
        ['deep', 'deeper'],
        ['cheap', 'cheaper'],
        ['close', 'closer'],
        ['big', 'bigger'],
        ['small', 'smaller'],
        ['easy', 'easier'],
        ['fine', 'finer'],
        ['happy', 'happier'],
        ['rad', 'radder'],
        ['rich', 'richer'],
        ['sick', 'sicker'],
        ['high', 'higher'],
        ['hard', 'harder'],
        ['tough', 'tougher'],
        ['slick', 'slicker'],
        ['good', 'better'],
        ['green', 'greener'],
        ['bad', 'badder'],
        ['bad', 'worse'],
        ['little', 'less'],
        ['hot', 'hotter'],
        ['loud', 'louder']])
    return """We could do it real {}, {} than you ever done it""".format(t48_pair[0], t48_pair[1])
def t49_listen():
    return """Goddamn,
    Should I listen to {} or myself?""".format(pos['NNP'])
def t0_she_asked():
    return """She asked
    What have I learned since getting {}""".format(pos['JJR'])

# Using each template equally
keeping_track_df = pd.read_csv('keeping_track.csv')
if not False in [x for x in keeping_track_df['used']]:
    keeping_track_df['used'] = False
unused = [keeping_track_df['t'][x] for x in range(50) if keeping_track_df['used'][x] == False]
tnum = random.choice(unused)
keeping_track_df = keeping_track_df.set_value(tnum, 'used', True)
keeping_track_df.to_csv('keeping_track.csv', index = False)

# Picking out the lyrics
template_options = [t0_she_asked(),
        t1_you_dont_know_generator(),
        t2_girl_put_generator(),
        t3_I_live_for_generator(),
        t4_at_the_same_time_generator(),
        t5_when_all_is_generator(),
        t6_i_know_they_say_generator(),
        t7_sometimes_generator(),
        t8_one_place_generator(),
        t9_im_more_generator(),
        t10_just_as_i_generator(),
        t11_metaphor_generator(),
        t12_you_aint_the_only_generator(),
        t13_wish_you_would_learn_generator(),
        t14_looking_back_generator(),
        t15_so_you_should_generator(),
        t16_you_know_its_real_generator(),
        t17_you_know_its_generator(),
        t18_dont_really_give_a_generator(),
        t19_lookin_for_generator(),
        t20_nobody_understood_generator(),
        t21_we_just_got_generator(),
        t22_i_warned_them_generator(),
        t23_i_never_generator(),
        t24_way_too_generator(),
        t25_look_generator(),
        t26_friends_always(),
        t27_for_you(),
        t28_old_new(),
        t29_workin(),
        t30_woo(),
        t31_i_miss(),
        t32_uh(),
        t33_hundred(),
        t34_yeah(),
        t35_ever_since(),
        t36_got_a_lotta(),
        t37_pictures(),
        t38_written_on_me(),
        t39_friends(),
        t40_wish(),
        t41_we_both(),
        t42_drinking(),
        t43_accomplishments(),
        t44_drizzy_got(),
        t45_yelling_out(),
        t46_i_heard(),
        t47_last_name(),
        t48_do_it_real(),
        t49_listen()]
new_lyric = template_options[tnum]
print(new_lyric)

# Twitter stuff
twitter = twython.Twython(api_key, api_secret, access_token, token_secret)
twitter.update_status(status=new_lyrics)


'Cause your boyfriend don't write what it teach sometimes
sL4CHTet6iACzBJrU3UEH1Wjb
82Yb570Y7gVv9Ole7Nj27m41VB3qc9EWMM0bLTg3Mwgn5bZm7T
752865169387229185-g3pPRa2v9ITOBzx0Udsomv4qx4QMTGK
2fIiwBxoecVwpcycHFqKKCod7Crig3LvLYgLIk12UBYCi